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

Limits the number of projects returned by the organization project index endpoint (`/organizations/{organization_slug}/projects/`) to a maximum when `all_projects` is requested. This prevents potential performance issues and timeouts for organizations with...

Scope: Backend

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. [4.1.0] - 2021-04-15 Added Types are...

Stale
dependencies
javascript

Backend migration for slow db queries and API compatibility layers with project options # This does a few things: ## A migration strategy for detector settings We convert the project...

Scope: Frontend
Scope: Backend
Stale

delayed_workflow can fail to evaluate snuba queries and as a result potentially trigger incorrectly. We already report this case, but only locally and without any reasonable way to assess the...

Scope: Backend

The existing DetectorGroup backfill job is impractically slow. This adds a function (intended to be triggered by a job) to produce roughly equal ranges of IDs in the Projects table,...

Scope: Backend

Closes https://linear.app/getsentry/issue/BIL-1160/convert-filtercategoryfields-to-a-hook WIP.

Scope: Frontend
Scope: Backend

This allows us to easily ensure devservices does not bring up container for service in CI. Will be useful for snuba

Add a development-time console warning when useProjects() is called without the slugs parameter. This prepares for removing the all_projects=1 bootstrap fetch by encouraging explicit project fetching. Updates 18 components to...

Scope: Frontend

Remove unused `workflow_engine.use_cohort_selection`. Remove remaining test-only use of `workflow_engine.scheduler.use_conditional_delete`.

Scope: Backend