sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

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

Currently when executing the EAP replay query, we see the following [error](https://sentry.sentry.io/issues/7087811918/?query=is%3Aunresolved%20user.email%3A%EF%80%8DContains%EF%80%8Dclifford.xing%40sentry.io&referrer=issue-stream): This is because the frontend expects the urls visited to be passed in the data, but the EAP...

Scope: Backend

This adds a new onboarding page for Seer, currently feature flagged for sentry-test and sentry-sdks orgs. access via hard-coded url: `/settings/seer/onboarding-v2/`

Scope: Frontend

Follow-up to #103685. This PR applies our new typography tokens to the existing theme object. The values are equivalent, they just are now generated from from the Figma document and...

Scope: Frontend

Follow-up to https://github.com/getsentry/sentry/pull/103685. This PR applies our new size tokens to the existing theme object. The values are equivalent, they just are now generated from from the Figma document and...

Scope: Frontend

create a default metric monitor for new projects with these settings: - Default assignee is the team that is assigned to the project - Defaults to `event.type is error` -...

Scope: Backend

Implements RFC 7636 Proof Key for Code Exchange (PKCE) to protect OAuth2 authorization code grants from interception attacks. Adds code_challenge and code_challenge_method support to the authorize endpoint, and validates code_verifier...

Scope: Backend

if we want tab spacing to be consistent w other parts of product, project selector needs to be in header component

Scope: Frontend

Stacked PR on top of #104468. This PR migrates our existing core components to use the new typography tokens. Components outside of core will be handled in a follow-up, as...

Scope: Frontend

- Sets the query limit to 10k by default and makes it an option so we can change it if needed

Scope: Backend

Sync dashboard prebuilt titles if they change

Scope: Backend