sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Currently, these alerts are not deleted from the DB, so the post_delete() will not fire.
Before: _notice the tab dividers jitter when the selected tab changes_ https://github.com/user-attachments/assets/17bcf2b2-fcee-45ac-9575-21e9074c0008 After https://github.com/user-attachments/assets/dd7433ca-f861-433d-b83f-29270061af74
Bumps the emotion-dependencies group with 4 updates in the / directory: [@emotion/babel-plugin](https://github.com/emotion-js/emotion), [@emotion/css](https://github.com/emotion-js/emotion), [@emotion/react](https://github.com/emotion-js/emotion) and [@emotion/styled](https://github.com/emotion-js/emotion). Updates `@emotion/babel-plugin` from 11.11.0 to 11.12.0 Release notes Sourced from @emotion/babel-plugin's releases. @emotion/babel-plugin@11.12.0 Patch...
Bumps the babel-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` |...
Bumps the sentry-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sentry/core](https://github.com/getsentry/sentry-javascript) | `8.28.0` |...
### Problem Statement Right now when the /replays/ request fails on the list page, we render the whole page but show this banner instead of the data.  This message...
This pr ensures that if a `grouptype.py` is implemented in any Django app that we use that it will be imported. This allows us to define `GroupType` entries outside of...
**Before:**  **After:**   ...
Ref https://github.com/getsentry/getsentry/issues/13865 Before:  After: 