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

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...

Scope: Frontend

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...

Scope: Frontend

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,...

Scope: Backend

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

Scope: Backend

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...

Scope: Backend

Implements basis for https://github.com/getsentry/sentry/issues/75120

Scope: Frontend

- 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...

Scope: Frontend

### 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...

Type: Feature Request
Product Area: Issues

Move the model classes to sentry.hybridcloud and update imports. Shims have been left behind to allow getsentry imports to continue working.

Scope: Backend

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...

Scope: Frontend