sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
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...
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...
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...
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...
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,...
Closes https://linear.app/getsentry/issue/BIL-1160/convert-filtercategoryfields-to-a-hook WIP.
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...
Remove unused `workflow_engine.use_cohort_selection`. Remove remaining test-only use of `workflow_engine.scheduler.use_conditional_delete`.