sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
I'm going to be "rebasing" the migrations to eliminate `index_together` such that we can upgrade django (upstream doesn't have a good suggestion on how to do this other than "delete...
Part of https://github.com/getsentry/sentry-options-automator/pull/2170
Current state: https://github.com/user-attachments/assets/2176ffd2-053e-4f0f-a41e-3c09ee11e1a9
https://github.com/getsentry/sentry/pull/76360 broke prod, so trying again. this time, we are just going to check if the user is actually part of the guild. to call this method, we needed to...
Removes the `is_internal` update from the `relay_from_id` function, to move the check to the endpoint (where it already was anyways). All additional uses of `relay_from_id` don't seem to care about...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Set up some custom breadcrumbs in the SDK 2. Create an issue with an associated Replay 3. Check out the breadcrumbs...
https://github.com/getsentry/sentry/pull/76410 introduces a way to deliver messages to a set of split queues rather than relying on a single queue for post process. This was used to address an incident...
Part of https://github.com/getsentry/sentry-options-automator/pull/2160 Related to https://github.com/getsentry/sentry/pull/76588 I was wondering if we should also remove the code related to `is_prefix_frame` and `is_sentinel_frame`. I'm unsure about `hierarchical_hashes`. do we want to remove...