sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1451 sentry issues
Sort by recently updated
recently updated
newest added

Turns Creator -> ProjectRuleCreator to dataclass and update uses to be explicit in passing in params

Scope: Backend

Turns Updater -> ProjectRuleUpdater to dataclass and update uses to be explicit in passing in params (`kwargs['attr']` vs `.get('attr')` is very inconsistent and ugly rn :[ )

Scope: Backend

Let's get rid of the last mediator !

Scope: Backend

If I navigate to `performance -> frontend` in the sidebar, then i click a transaction, I end up in the transaction summary page. This PR updates the header for that...

Scope: Frontend

The endpoint was already giving us 403s so let's get some more context to why (perhaps a before and after comparison) 👀

Scope: Backend

Reapply the reset warning filter and update tests to use importProfile helper to get better mock data.

Scope: Frontend

Using the ServiceDelegator to rollout the cutover of transactions from rc-processing to rc-processing-transaction.

Scope: Backend

Change unmerge FE call to use new PUT endpoint This will allow the endpoint to use [PUT permissions](https://github.com/getsentry/sentry/blob/423fedeb968c757f1455ee915b67840f48a275ba/src/sentry/api/bases/group.py#L26-L32) instead of DELETE permissions, and allow the members to unmerge

Scope: Frontend

Removing the option `issues.group_attributes.send_kafka` which gates whether snapshots are sent to kafka to update the fields in GroupAttributes. The option is enabled globally and has been on for a few...

Scope: Backend

### Problem Statement Currently the recordings default time is 60 min per session. Give more options to record 30 min, 15 min, etc. In many cases the recordings of 60...

Product Area: Replays