sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Work for (https://github.com/getsentry/sentry/issues/77572) Similar to https://github.com/getsentry/sentry/pull/78520 Adds a view trends button for the backend view and performs some related changes that were necessary for it to work
fixes [SENTRY-3BTE](https://sentry.sentry.io/issues/5585631410/) the bot was attempting to send an ephemeral message in a channel that it doesn't have access to, which is why slack was sending us `channel_not_found`. the solution...
- When a User creates a dashboard, enable them to grant edit access to only themselves - Add functionality to change edit access after Dashboard creation
### Problem Statement Currently, Sentry has several options for alert triggering conditions based on issue frequency:  While the "percent of sessions affected by an issue" option is helpful for...
### Problem Statement Hi, and thanks for the work on Sentry! We sometimes experience bursts of events (during some maintenance operations), which rightfully trigger spike protection - something we're happy...
#### TODO - [x] Add feature flag - [x] #78313 - [ ] #78314 - [ ] #78315 - [ ] #78323 - [ ] #78316
From https://github.com/getsentry/sentry/pull/68374#discussion_r1559835949, we need to add the sampled calculations when counting the number of hits for queries that required a post-filter for Postgres fields. This PR replicates the logic used...
Adds a few expected properties to RouterFixture to help with autocomplete
Adding new GroupType and GroupCategory definitions to support metric issues, and more broadly, detector-controlled issues.
It's weird we share a commit component between issue details and releases since they're totally different use cases. Uses some of the styles from the streamlined version before (without streamline...