Skip to main content

Can I export the raw data of my error events?

Updated over a month ago

Issue

Does sentry provide a way to access raw issues data, so that I can build my own analytics on that?

Applies To

  • All SaaS Customers

  • API

Resolution

You can access the raw event data through Sentry's API, and more specifically, the List a Project's Error Events endpoint. Make sure to set the full query parameter to true to include the full event body, including the stacktrace, in the event payload.

If you need to see all the events from a specific issue, you can use the List an Issue's Events endpoint instead, which works in a similar way as the above.

Another option is to export the data you would get from your custom Discover queries and views, which you can read more about here. This option allows you to export data from transactions as well.

Did this answer your question?