sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Part of consolidating (user) control silo resources to be located with other user related models. Ref(#73856)
Mods all instances where space() is used inside a styled call. After this, there are ~70 changes where space is called like so that need to be changed. ![CleanShot 2024-08-09...
> [It] would be good to have a test for this to prevent regressions in the future. _Originally posted by @markstory in https://github.com/getsentry/sentry/pull/67147#pullrequestreview-1943581861_
A mobile module providing an entry point, top level metrics and the ability to drill deeper into app starts, screen loads and UI jank. Internal [notion doc for feedback](https://www.notion.so/sentry/Mobile-Vitals-Feedback-0e136e5cd0784c3192beeae3dd4db085) here....
Remove references to `groups.enable-post-update-signal` and enable the option globally. This allows us to stop sending custom post-update signals since the call to `.update` will send the signal inherently. The option...
Alert on "users experiencing errors" not triggering, despite being over warning and error thresholds
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce I haven't been able to reproduce this error since it happened, but I have the broken alert still in my account if...
This reports the exceptions as warning-level errors rather than error-level. Deployments do not get paused if the error is [warning or lower](https://github.com/getsentry/getsentry/blob/b08907d9da3e8856c6cbedbd86d4a722c6f89dd9/gocd/templates/bash/backend/check-sentry-new-errors.sh#L12): ``` --additional-query="issue.type:error !level:info !level:warning" ``` Rendering of a...
Force the capture of rate limit exceptions and explicitly tag them with replay metadata.
- Updates most remaining spots to use SnubaParams instead of Paramstype - Still need to update search.events.fields in a future pr