Issue
I need to export data from Sentry, but I'm not sure what options are available.
Applies To
Customers looking to export data from SaaS Sentry
Business plan organizations (for in-app exporting)
Resolution
Data can be exported via the Sentry UI only using Discover if you are on the Business tier subscription plan.
To export data from Discover, follow the steps below:
Navigate to Discover: Go to the Discover section in your Sentry dashboard.
Run Your Query: Create and run the query you need to export data for.
Export Data: You will see an export option to export the columns from your discover query. Click on the export button to download your data.
Note: because your query is limited to the columns selected in Discover, you will not be able to export full events this way.
For customers not on the Business tier, or customers seeking to export full event JSON, the only other option would be to export data using our documented web API endpoints. You can find our API documentation here: Sentry API Documentation.
