sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
### Problem Statement Currently, team members with manager, billing, or org-owner permissions get notified whenever a project has depleted 80% and 100% of their allocation. Is not possible to set...
### Problem Statement Duplicate of https://github.com/getsentry/sentry/issues/54012, which was closed (and my requests to re-open haven't been seen). Broadly, we'd like to have Sentry issues (whose stacktraces include some core application...
### Problem Statement I have noticed some discrepancies between code owners updates through the API and when using the CODEOWNERS file from Github. In Github, you can pull users using...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Use REST API to resolve an issue with request `PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/` and payload: ```json { "status": "resolvedInNextRelease" } ``` 2. The...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce When you have multiple metrics, with group by options saved as default; Refreshing/Creating a duplicate tab returns 414 Request-URI Too Large, by...
Mysteriously, only the "Edit Widget" page had the button! Strange.   ![Screenshot 2024-08-08 at 10 34 37 ...
…ponent This component will be reused anywhere we want to search for transactions.
For many queries, the samples endpoint returns a 400 with a "Query timeout" message - this should not happen with built-in functionality on span metrics (since we **should** always have...
Begin unifying the three messaging-related integrations (Slack, MS Teams, and Discord) with an abstract base class. The base class is a prototype that extracts duplicated code in the short term,...