sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
The clean-up method was very long and hard to follow. This should make it a bit easier to read.
This enables using the new grouping logic (`_save_aggregate_new`) for 20% of projects not currently in a grouping config transition. (It's already rolled out to all transitioning projects.) Unlike for transitioning...
NotificationMessage has a foreign key constraint pointing to RuleFireHistory. Currently cleanup is failing because we have the deletion order incorrect. Fixes SENTRY-3BW5
There are a few deletions stuck for projects because of failures in deleting grouphistory. When removing a project it is possible for groups to have history records that have `prev_history`...
Send org slug, id, and project id to be tracked in issue summary langfuse
Bumps the react-dependencies group with 4 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `react` from 18.2.0 to 18.3.1 Release notes Sourced from react's releases. 18.3.1 (April...
Now that the backend for resolving in an upcoming release is now ungated as of this [PR](https://github.com/getsentry/sentry/pull/75901), we can do the same in the UI. This feature is relatively low...
As part of the rollout of the new grouphash metadata table, this creates a `GroupHashMetadata` row for every new `GroupHash` we create. It's gated by a killswitch, and doesn't do...
Currently, the grouping data is expanded by default in the streamline issues ui. It isn't super interesting.