sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
## Description Follow up PR for: https://github.com/getsentry/sentry/pull/78272/ Will complete the removal of the table 🎉
pytest-rerunfailures does not run class teardowns in pytest 8.2+ see pytest-dev/pytest#11833
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...
Due to revert conflict https://github.com/getsentry/sentry/pull/78150
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:...
Render icons over duration text. This requires splitting icon container from the bar so that we can draw the text inbetween.
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...
Add support for apdex type metric alerts for anomaly detection Closes https://getsentry.atlassian.net/browse/ALRT-245
feat(workflow_engine): Add unique index to ensure `DetectorState` is unique per detector/group_key
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...
Ok more like let's differentiate between when we fail due to external requests failing or due to validation errors