As customers often extract their data into their own datastorage it's important that we can integrate into their existing way of working in this case with BigQuery.
One thing that we've tried to build a few times with the Sentry APIs is trying to effectively export data into something like BigQuery or any other data warehouse since there are usually a lot of ad-hoc queries we want to run on say a given release, or how a release compares to another release.
With the existing APIs this is extremely challenging, often times you can get the raw event, but trying to back fill the information that gets created for the issue into those events ends up making this kind of a challenge just not worth it. I would push to consider how users of Sentry could export their data in a way that would give them the ability to run rich queries in external tools, this could provide for an extremely large set of use cases.
Problem Statement
As customers often extract their data into their own datastorage it's important that we can integrate into their existing way of working in this case with BigQuery.
Also see this: https://github.com/getsentry/sentry/discussions/52297#discussioncomment-6379561
Solution Brainstorm
Customer is looking for a Sentry equivalent to https://firebase.google.com/docs/crashlytics/bigquery-export.
Product Area
Settings - Integrations
┆Issue is synchronized with this Jira Improvement by Unito