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

## Description 📜 [Tech Spec](https://www.notion.so/sentry/Alerts-Create-Issues-9114a498098143178839d584c293fe75?pvs=4#0f513ed0ba46424fa79cd0ba0788c6f2) - Adds `DataPacket` as a Protocol, so we can enforce a base set of attributes - Adds `process_data_sources` method - Adds telemetry - Tracking by...

Scope: Backend

This PR adds the first round of tests for issue views, and it makes a couple of important refactors to the custom views component. Some of these are bug fixes...

Scope: Frontend

XLARGE is not used yet and won't be enabled without additional research/testing (and possibly changing the actual value). Old check will get removed once the values are migrated over to...

Scope: Backend

### Problem Statement The display of a HTTP requests body data is not very useful when that body data is a binary format not understood by Sentry. - Formatted view:...

Hacktoberfest :jack_o_lantern:
Waiting for: Product Owner

This PR moves anomaly detection specific functions out of the subscription processor, there are no logic changes.

Scope: Backend

Bumping past 2.13.0 where continuous profile chunks get client SDK info.

Scope: Backend

The checks are valid, but raising the exception is likely to cause more trouble than it saves, especially if we are already midway through handling another exception. (Thanks @GabeVillalobos for...

Scope: Backend

adds useCallback wrappers to useZoom persists zoom changes fixes https://www.notion.so/sentry/I-wish-I-can-use-the-graph-to-select-a-custom-timeframe-10c8b10e4b5d80c09430d38fef13090c

Scope: Frontend

### Problem Statement Because of the way we parse fields on the backend, we don't allow `""` or `None`/`none` for `user.ip` filters. We just show an error banner instead. Reported...

In order to avoid running the grouping calculation more than once during ingest, this attaches the list of variants to the event object after they're calculated. Because the variants are...

Scope: Backend