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

## Description Follow up PR for: https://github.com/getsentry/sentry/pull/78272/ Will complete the removal of the table 🎉

Scope: Backend
Stale

pytest-rerunfailures does not run class teardowns in pytest 8.2+ see pytest-dev/pytest#11833

Scope: Frontend
Scope: Backend
Stale

Bumps [mobx](https://github.com/mobxjs/mobx) from 6.8.0 to 6.13.3. Release notes Sourced from mobx's releases. [email protected] Patch Changes a1cf2c63ef92d3d42a5b42a23ff6c7a745664cfd #3902 Thanks @​jzhan-canva! - Fix 2022.3 @​action decorators on fields no longer require makeObservable...

Scope: Frontend

Due to revert conflict https://github.com/getsentry/sentry/pull/78150

Scope: Frontend

Fixes these issues: ``` mypy src/sentry/search/events/builder/errors.py src/sentry/search/events/builder/errors.py:40: error: "parse_query" undefined in superclass [misc] src/sentry/search/events/builder/errors.py:43: error: "ErrorsQueryBuilderMixin" has no attribute "params" [attr-defined] src/sentry/search/events/builder/errors.py:44: error: "ErrorsQueryBuilderMixin" has no attribute "params" [attr-defined] src/sentry/search/events/builder/errors.py:45:...

Scope: Backend

Render icons over duration text. This requires splitting icon container from the bar so that we can draw the text inbetween.

Scope: Frontend

Change the alerts step on the project creation page to just toggle alerts on or off. The on option will create both the default metric alert and alert on every/high...

Scope: Frontend

Add support for apdex type metric alerts for anomaly detection Closes https://getsentry.atlassian.net/browse/ALRT-245

Scope: Backend
Stale

We don't want to allow there to be multiple state rows for the same detector and group key, so enforcing this at the db level. We use the coalesce here...

Scope: Backend

Ok more like let's differentiate between when we fail due to external requests failing or due to validation errors

Scope: Backend