sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1550 sentry issues
Sort by recently updated
recently updated
newest added

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

Scope: Frontend

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...

WIP
Scope: Backend

- 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: ![Image](https://github.com/user-attachments/assets/2e550e01-1963-42bc-a52b-d1a453c1ed2e) While the "percent of sessions affected by an issue" option is helpful for...

Product Area: Alerts
Waiting for: Product Owner

### 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...

Product Area: Settings - Spike Protection

#### 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...

Scope: Backend

Adds a few expected properties to RouterFixture to help with autocomplete

Scope: Frontend

Adding new GroupType and GroupCategory definitions to support metric issues, and more broadly, detector-controlled issues.

Scope: Backend

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...

Scope: Frontend