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

Closes #74583 Closes #74452 If you want to checkout this branch to test it, you need to run dev-ui in getsentry and make local changes: - Comment out https://github.com/getsentry/getsentry/blob/2a1da081f3a9e4e4111b577d5551fa24691da374/static/getsentry/gsApp/utils/useReplayInit.tsx#L85-L87 -...

Scope: Frontend

- This is the last callsite for update_snuba_params_with_timestamp, so updated that to no longer support ParamsType

Scope: Backend

We have a huge number of events on https://sentry.sentry.io/issues/2382970109 which happens when an alert rule has been deleted but the associated `QuerySubscription` and `SnubaQuery` are not deleted. This PR cleans...

Scope: Backend

Whenever we register a new event we have to add it to the test here, which seems redundant. Mocking the internal data structures so we can just register our own...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce It seems like we always hide them for all but the first error in chained errors but if the first error doesn't...

### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? I used the Sentry SDK wizard to install Sentry for our Next.js application. `npx @sentry/wizard@latest -i nextjs` After following...

Waiting for: Support

This api is currently gated behind a feature flag, so that we can just allow this on orgs we want to test on. We shouldn't enable this on other orgs...

Scope: Backend

Add the option for anomaly detection alerts. When the user clicks on the option, render something different as a placeholder. (The orange border is just to highlight the change.) https://github.com/user-attachments/assets/a5f55b1d-c7c8-4d54-bdd4-d072ea918aa2

Scope: Frontend

### Self-Hosted Version 24.5.1 ### CPU Architecture x86_64 ### Docker Version 26.1.3 ### Docker Compose Version 2.27.0 ### Steps to Reproduce follow the instructions to add github integration from [here](https://develop.sentry.dev/integrations/github/)...

Product Area: Settings - Integrations

Increase project slug limit from 50 -> 100. There are no FE changes needed b/c we don't validate length on frontend, but show the error received from the failed POST...

Scope: Backend