sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Turns Creator -> ProjectRuleCreator to dataclass and update uses to be explicit in passing in params
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 :[ )
Let's get rid of the last mediator !
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...
The endpoint was already giving us 403s so let's get some more context to why (perhaps a before and after comparison) 👀
Reapply the reset warning filter and update tests to use importProfile helper to get better mock data.
Using the ServiceDelegator to rollout the cutover of transactions from rc-processing to rc-processing-transaction.
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
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...
### 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...