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.
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.