sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
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...
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...
**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...
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...
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...
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...
### 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...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce It appears this Number of Errors Alert   ### Expected Result State of Alert should change, and we in-fact see a...
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.