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

![Screenshot 2024-02-12 at 10 08 42 AM](https://github.com/getsentry/sentry/assets/22582037/4f021f42-23c1-4773-a272-1ef5aeeb8e63)

Requires https://github.com/getsentry/sentry/pull/64965 I believe this will disable the fallthrough for all users, ignoring it even if it was set in the past. Since it's GA there should be no risk,...

Scope: Backend

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce The new sentry slack notifications consume a LOT more screen space: from ![image](https://github.com/getsentry/sentry/assets/87493/28d688a9-0c55-426e-bec6-eaa2400ed655) to ![image](https://github.com/getsentry/sentry/assets/87493/a47ea887-fb9a-476f-949d-bbff45cd3bd3) Is there _any way_ to get back...

Product Area: Settings - Integrations

### Problem Statement On the topic of rate-limiting, filtering, spike protection and spend allocation, interests have been expressed to: - Get a view into why specific errors get dropped (Similar...

Product Area: Stats

### Problem Statement I would like to create an alert in the dashboard that triggers when an event happens for the first time for a new user. That is to...

Type: Feature Request
Product Area: Alerts

[Product Spec](https://www.notion.so/sentry/Rich-Slack-Notifications-f41a8d39e97f4cc68d0812a1413c5882) [Tech Spec](https://www.notion.so/sentry/Rich-Slack-Notifications-Tech-Spec-867736397b4f4ef29b1d0251f5ae98c8#38995e2f5d1a4ba4adf598e6842d6e6d) ### Convert notifications to use block kit ```[tasklist] - [ ] https://github.com/getsentry/sentry/issues/61456 - [ ] https://github.com/getsentry/sentry/issues/61457 - [ ] https://github.com/getsentry/sentry/issues/61459 - [ ] https://github.com/getsentry/sentry/issues/61460 - [...

Product Area: Alerts

tldr: Change the wording in the default comment template from _Sentry issue_ to _User Feedback_: By default, this is the experience: ![image](https://github.com/getsentry/sentry/assets/1633368/5d4ce5f5-d81e-4ba9-b08c-71fc52d819a7) ![image](https://github.com/getsentry/sentry/assets/1633368/de935527-a3ab-4fc0-9edb-6b774260dbb0) But since it's linking back to a...

Product Area: User Feedback

### Problem Statement The alert rule with issue category set to user feedback works only with feedbacks sent via widget: https://docs.sentry.io/product/user-feedback/ A user with any SDK listed[ in here](https://docs.sentry.io/product/user-feedback/setup/#supported-sdks-for-crash-report-api) will...

Product Area: User Feedback

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Set up the Jira integration and make sure to have the "Sync Sentry Status to Jira" toggle on 2. Set up...

Product Area: Settings - Integrations

This refactors backpressure management so that when a service exceeds its memory threshold or there's an exception when checking, that information is attached to the Sentry error for that service....

Scope: Backend