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

Please help us keep Sentry flake-free by merging this PR while a longer-term resolution is implemented in issue #93526. --- **See also:** [Flaky Test Policy & Responsibilities](https://www.notion.so/sentry/Flaky-Test-Policy-Responsibilities-2078b10e4b5d804a8c53de7dd52d3c43)

system:flakiness

### Problem Statement It seem to be possible to create a Managed Component and install Sentry on a Cloudflare website with a few clicks via Zaraz integration. I'm especially keen...

Waiting for: Support

add a rpc method to fetch from sentry database recent issues by a list of given exception types. This will be used by bug-prediction in seer to fetch issues.

Scope: Backend

The `captureFeedback` call in `static/app/views/settings/project/tempest/PlayStationSdkAccessModal.tsx` was significantly refactored to align with Sentry's recommended API for user context and to customize the feedback message. Changes include: * **User Context**: User details...

Scope: Frontend

- removes duplicate `FieldKey.DEVICE_LOCALE` - adds missing `FieldKey.DEVICE_NAME` that makes it show up in search suggestions ![image](https://github.com/user-attachments/assets/7d5b7579-b59c-459f-9485-f667e4ab9ac6)

Scope: Frontend

https://sentry.rewatch.com/video/1drizqrsrxqmuewe-laravel-11-livewire-sentry-onboarding?t=2757 Similar issue: https://github.com/getsentry/sentry-javascript/issues/9490 Sentry trace with both BE and FE issue: https://vg-test.sentry.io/performance/trace/645b81e16efe462cb1adbe1fd50c798c/?groupId=6096488&node=txn-ef09a3b25a9047929d64472f8b770dc5&node=txn-612db0b0985e4ed0ae2f37104a62553f&pageEnd=2024-09-05T01%3A18%3A56.110&pageStart=2024-09-04T01%3A18%3A56.110&project=4507888779591760&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&referrer=issue-stream&source=issue_details&stream_index=0&timestamp=1725455935

getsentry/sentry
Bug

Move these lines: https://github.com/getsentry/sentry/blob/f39a2b585ccf49e8ae7e04959b3fe2b5e518a984/src/sentry/api/helpers/group_index/delete.py#L85-L94 into src/sentry/deletions/tasks/groups.py If the aforementioned lines failed to execute, it will prevent the deletion of the groups. This can be seen in [this event](https://sentry.sentry.io/issues/6666096623/events/8764f40856bf408d85405c1fe9f54689/?project=1) (internal link).

This PR introduces a new discard reason that will be shown in the UI: `Invalid Signature`. ref RELAY-17 See: https://github.com/getsentry/relay/pull/4772

Scope: Frontend

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### What are you trying to accomplish? I want to track the source by debug IDs when having bugs. ### How are you getting stuck? @sentry/webpack-plugin":...

Product Area: Issues - Source Maps
getsentry/self-hosted