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

Refactors the resolved in release dropdown to use compact select instead of the deprecated select async component. Pulls any exact release match to the top of the search results, this...

Scope: Frontend

note: it is safe to ship frontend + backend together in this case as backend currently works in both silos

Scope: Frontend
Scope: Backend

…nteraction There seems to be some edge cases where the checkpoint action is dispatched mid interaction and can result in an infinite re-render. This ensures the checkpoint is only emitted...

Scope: Frontend

From the logs in these CI failures: https://github.com/getsentry/sentry/actions/runs/19441373608/job/55625251336 The db connections from the tests are leaking to the next tests in the queue Added a teardown that closes all connections....

BulkDeleteQuery uses RangeQuerySetWrapper to iterate over results use a non-unique fields - `last_seen`. This actually doesnt work and skips values on rows with same last_seen. The only way to solve...

Scope: Backend

shading direction was backwards before after

Scope: Frontend

fixes ENG-5942 depends on https://github.com/getsentry/sentry/pull/104371 Track an active contributor on a PR event webhook, if the repo has Seer and AI features enabled. - Always increment the contributor's num actions....

Scope: Backend

… attr assigment from parent Profiles: - Before: A set of (`TraceTree.Profile = {profile_id: string} | {profiler_id: string}`). Incredibly hard to manage. - After: Added `profileId` and `profilerId` properties to...

Scope: Frontend

This PR is stacked on top of: https://github.com/getsentry/sentry/pull/101874: Where we got rid of the legacy Trace Tree Node class, made use of the new BaseNode class. However in that PR...

Scope: Frontend