Make your Issue stream more actionable with priority #68908
Pinned
rachrwang
announced in
Upcoming Changes
Replies: 2 comments 1 reply
-
There should be a way to disable the default priority filter from the default view. I have no intention of using this feature and I'd like to see every single issue, every time. This requires me to manually remove the filter now. It does mislabel high-volume ongoing issues as low priority. Most examples I found are using a custom fingerprint like this: with sentry_sdk.push_scope() as scope:
scope.fingerprint = [message]
sentry_sdk.capture_message(message) Regardless of specific examples, there should be a way to opt out of filtering out issues by default. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is a terrible feature, I want to disable this by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Our aim at Sentry is to surface important issues for customers to review, triage, and fix. Given the volume of issues being created each day, it can be difficult to isolate critical issues from less important ones. Existing metadata, like log level, are helpful but imperfect tools for prioritization. A fatal issue might be less important to resolve than an error, if the latter is escalating in volume and impacting a significant number of users.
As part of making Sentry more actionable, we’ve been investing in our ability to classify issues into different priority levels. Priority is determined by factors like log level, trends in error volume, error message, and historical actions taken on similar issues.
There are three priority levels for issues in Sentry:
We’ll be releasing this functionality to early adopters, starting the week of April 15. You can learn more here.
How will this impact your experience?
Sentry will be filtering out low priority issues from the default view of the issue stream. In addition, you can modify the priority of individual or multiple issues, which can then be used to search or filter on the stream. Over time, Sentry will be learning from actions taken to modify priority to improve the experience.
Have feedback for the Sentry team?
We’d love to learn more about how the new priority experience is working for you, and what we can do to make it even better. Some questions we have for our early adopter customers are:
Beta Was this translation helpful? Give feedback.
All reactions