sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Bumps [terser](https://github.com/terser/terser) from 5.30.3 to 5.31.5. Changelog Sourced from terser's changelog. v5.31.5 Revert v5.31.4, which created mysterious issues #1548, #1549 v5.31.4 (reverted) drop_unused: drop classes which only have side effects...
This PR releases the custom views feature into the issue stream under a feature flag. Flagged users will also see the "Custom Search" button has been removed from the issue...
We have lately run into [an issue](https://github.com/getsentry/sentry/issues/75860) where Seer is recommending hashes with no group attached to them, which has highlighted a) the fact that this is even a possibility,...
If an error occurs on serializer.save(), catch the error and surface it to the user instead of giving an InternalError. Fixes https://getsentry.atlassian.net/browse/ALRT-193
Allocation policies are our mechanism for doing traffic management for Snuba queries. Currently, we see a lot of warnings (Warning: Query from referrer ... is throttled) on Sentry Issues. This...
Implements basis for https://github.com/getsentry/sentry/issues/75120
- The icon summary is at the top of the page now - We'll hide the Trace Connections section while the trace link is loading. It looks like there should...
### Problem Statement For projects that have multiple environments, such as staging and production, users encounter issues when experimenting in the staging environment. This can generate numerous errors, which causes...
Move the model classes to sentry.hybridcloud and update imports. Shims have been left behind to allow getsentry imports to continue working.
We will now fetch recent searches and find the top 5 used filters to suggest when adding a new filter key. Filters already present in the search will not be...