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

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).

Scope: Backend

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`)...

Scope: Backend

This metadata will not be stored in Snuba.

Status: Stale
enhancement
Scope: Backend

"I want Sentry to scream at me" Let's make it happen. ![image](https://user-images.githubusercontent.com/16740047/186747408-ae4ffd5a-62d6-433d-b0a6-106b28f24ce6.png)

Status: Stale
Scope: Frontend
Hackweek :zap:

### 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...

Status: Stale
Status: Untriaged
Team: Front End

New attempt that reverts getsentry/sentry#38059

Status: Stale
Scope: Backend

Not necessary as they are already used in a template string wrapped with `t()`

Status: Stale
Scope: Frontend

Keep tags around 150px tall, some issues have a massive number of tags making them annoying to scroll past ![image](https://user-images.githubusercontent.com/1400464/191137359-e92d879a-24c3-4a75-a7d9-60f1344f22c3.png) fixes https://getsentry.atlassian.net/browse/WOR-2165

Scope: Frontend

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...

Scope: Frontend

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...

Scope: Frontend