sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
All uses of the option have been removed in https://github.com/getsentry/sentry/pull/79334. This PR finally unregisters the option.
This switches our check for whether to add the `Reporting-Endpoints` header from using `staff.is_active` (which seems to be false even if the user has `is_staff = True` in the database)...
In theory, we should only hit the branch of `update_or_set_grouping_config_if_needed` where we're starting with an outdated config and updating it if the project in question has an outdated config. We've...
## Description Since so much of the system needs access to the `WorkflowEventData.event.group` and the `Activity` model doesn't support it (but we do have access to it), so i moved...
in the future detectors could have multiple data sources, so it's better to have the validator already set up to accept a list of `dataSources` now
This is an ingest mode that supports just ingesting errors/transactions
## Description - Create a celery task namespace for the workflow engine tasks - Create a task for processing an activity in the workflow_engine -- this will allow us to...
note for monday: might need to get the existing ids to update the detector?
This updates profiling mode so that it also starts up workers and various ingest consumers to support profiling for local dev Tested this and profiles are coming into the internal...