sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
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...
note: it is safe to ship frontend + backend together in this case as backend currently works in both silos
…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...
Adds more tracing and metrics and tags
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...
shading direction was backwards before after
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....
… 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...
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...