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

API for users to upload their PR file information (filename, patch) to find issues associated with those files. This API can fetch issues for a single file. This expands the...

Scope: Backend
Stale

volta uses a flaky upstream for node downloads and also occasionally volta-shim on macos fork bombs (still not sure the root cause), turns out it's quite easy with devenv to...

Scope: Backend
Stale

**Problem** On the stats page, the x-axis labels and ticks are designed to prevent the chart from looking overcrowded. See the function https://github.com/getsentry/sentry/blob/28ba9c33fc6e0aa12d45ca80451931f5f00e1503/static/app/views/organizationStats/usageChart/utils.tsx#L90. The issue with the current logic is...

Scope: Frontend

metric to capture the expired url error has existed for two weeks, but we have never hit that error. here, i am cleaning up the error util and some of...

Scope: Backend

Add type hints to the `sentry.incidents.logic` module and some related functions. Remove unused function parameters. Change default collection args from `None` to `()` where they are treated interchangeably, to minimize...

Scope: Backend

Use latest real events from Empower Plant in your dev environment, with distributed tracing and linked Replays preserved. ### This PR This PR ships a dev environment script, `empower-mocks` similar...

Component: Developer Environment

### Problem Statement The top exception is the generic one, which is basically an error log message, and the bottom one is the actual underlying exception that caused this alert...

Product Area: Settings - Integrations
Waiting for: Product Owner

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce It appears this Number of Errors Alert ![Image](https://github.com/user-attachments/assets/a24f8b93-52c3-40d4-a175-6ef2622a40f9) ![Image](https://github.com/user-attachments/assets/19984888-2cb9-4155-89f9-cdd89b853147) ### Expected Result State of Alert should change, and we in-fact see a...

Product Area: Alerts
Waiting for: Product Owner

This uses `tldextract` to extract the domain and suffix from urls, for use in limiting number of monitors per domain, analytics and detecting anomalous failures across monitors.

Scope: Backend