sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1451 sentry issues
Sort by recently updated
recently updated
newest added

All uses of the option have been removed in https://github.com/getsentry/sentry/pull/79334. This PR finally unregisters the option.

Scope: Backend

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)...

Scope: Backend

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...

Scope: Backend

## 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...

Scope: Backend

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

Scope: Backend

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...

Scope: Backend

note for monday: might need to get the existing ids to update the detector?

Scope: Frontend

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...