APIs for Sentry Insights #52297
Replies: 4 comments 6 replies
-
The projects stats table is very useful for users. We've heard of users scraping the webpage to collect the data and have had several asks on how the data is actually generated, so it would be awesome to have an API for that! |
Beta Was this translation helpful? Give feedback.
-
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. Another issue we've run into is that the way Sentry sorts release numbers in a dashboard setup. A common dashboard we want to build is total number of crashes per release sorted by most recent release (so we can see if volume is going up or down across releases) and for whatever reason the built in tools do not understand all version number combinations, it would be great to fix this to allow people to get more value out of the builtin tools as well. Finally, a major improvement would be the ability to use something SQL-like in the I'm happy to provide links to our Sentry dashboards where we've struggled to craft exactly what we want if that would help! |
Beta Was this translation helpful? Give feedback.
-
Hello recently I was trying to link Jira tickets to Sentry issue but I found out that it can only be done via frontend. We can create Jira tickets but we can not link existing ones through the API. It might be handy, please consider it. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
My current needs are similar to this post from the old forum: https://forum.sentry.io/t/summary-of-projects-issue-events-count/4069 In particular, I'm interested in being able to easily query metrics that my team can use to track whether we're consistently triaging issues:
It'll be great if metrics like these can be pushed to Datadog as well. |
Beta Was this translation helpful? Give feedback.
-
Developers triage and fix issues they see on Sentry often leveraging our integrations with other tools like Slack, Jira, or Github. Sentry also offers a rich set of insights with key metrics at the project, team, and release levels. We’ve heard feedback about how difficult it is to access these insights and surface them in external tools programmatically due to a lack of published Sentry APIs.
We’re looking to fix this and would like to hear from you about what matters to your workflows.
What insights does Sentry show today?
Sentry shows several aggregated stats in our app and some of these are listed here.
View critical metrics for a project on the project details page
View information about the new, regressed, and ongoing issues for a release on the Release Details page
View information about issues triaged by your team on your organization's stats page
Sentry also allows developers to create custom dashboards to track the specific stats they care about. These stats give developers a comprehensive view of how their team is triaging issues with Sentry and the overall health of their application.
What APIs would you like Sentry to build or publish?
We’re actively looking into building APIs that allow you to access the insights we show within Sentry and we’d like to hear from you on what matters to your workflows. Specifically, we’d like to learn about
Beta Was this translation helpful? Give feedback.
All reactions