Skip to main content

How can I share a Sentry event publicly?

Issue

I want to share a Sentry event or issue with someone outside my organization without inviting them as a member. I need a public share link (public URL) that they can open without a Sentry login.

Applies To

  • All SaaS Customers and Self-Hosted Users

  • Shared Issues / Issue Sharing

Resolution

Yes. Sentry provides a public share link for an issue. The public view shows a redacted stack trace with sensitive data removed, and does not require the viewer to log in or be a member of your organization.

  1. Confirm sharing is enabled for your org: go to Settings → Security & Privacy and enable Allow Shared Issues. If this setting is off, the public link redirects viewers to the login page.

  2. Open the issue you want to share and click the Share Issue button below the title.

    Screenshot 2025-10-27 at 3.01.50 PM.png

    [Screenshot: an issue details page with the Share Issue button highlighted below the issue title.]

  3. Toggle on Create a public link, then copy the Public Link and share it.

    Screenshot 2025-10-27 at 3.03.19 PM.png

    [Screenshot: the Share Issue menu with "Create a public link" toggled on and the copyable Public Link URL shown.]

To stop sharing, reopen the same Share Issue menu and toggle Create a public link off. This immediately disables the public URL. You can also generate a new private URL, which stops the old link from working.

If you need the raw event data itself rather than a shared view, the public link is not the right tool, because it only shows a redacted stack trace. To get full event data, export it instead: see Can I export the raw data of my error events? for the API approach, or Can I export data from Sentry as .csv? for the UI export from the Explore pages (Traces, Logs, Errors).

For more detail on the issue details page and sharing, see the issue details documentation.

Did this answer your question?