Skip to content

Correct sharing for self hosted deployments #766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/observability/how_to_guides/share_trace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls";
# Share or unshare a trace publicly

:::caution

Sharing a trace publicly will make it accessible to anyone with the link. Make sure you're not sharing sensitive information.
This feature is only available in the cloud-hosted version of LangSmith.

If your self-hosted or hybrid LangSmith deployment is within a VPC, then the public link is accessible only to members authenticated within your VPC. For enhanced security, we recommend configuring your instance with a private URL accessible only to users with access to your network.
:::

To share a trace publicly, simply click on the **Share** button in the upper right hand side of any trace view.
Expand Down
Loading