sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Branches from https://github.com/getsentry/sentry/pull/39016. This delegates the pipeline redis store to propagate customer domain information for the OAuth2 implementation that resides in [`sentry.identity.oauth2`](https://github.com/getsentry/sentry/blob/master/src/sentry/identity/oauth2.py).
In https://github.com/getsentry/sentry/pull/38970, I had updated an OAuth2 provider implementation such that we do per-request customization by dynamically update the callback URL based on if a subdomain is present (e.g. `sentry.sentry.io`)...
This metadata will not be stored in Snuba.
"I want Sentry to scream at me" Let's make it happen. 
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce 1. got to "https://sentry.io/settings//" AVATAR section in settings. 2. select Upload an image and do not select any...
New attempt that reverts getsentry/sentry#38059
Not necessary as they are already used in a template string wrapped with `t()`
Keep tags around 150px tall, some issues have a massive number of tags making them annoying to scroll past  fixes https://getsentry.atlassian.net/browse/WOR-2165
Refactor the Console, DOM & Network tabs so that their filter inputs put their state inside the url instead of inside a `useState` hook. This means users will be able...
The types in `` are such that `onChange` always gets inferred as `(value: any) => void`. These changes make sure that the typings are correct. To do this, I also...