sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
This PR un-skip existing tests (there is a new pytest marker `broken_under_tags_values_as_strings` that we use to skip tests when the testsuite is running in "tags values are strings" mode) and...
### Changes - Calculated initial time offset of the replay to be 5 seconds earlier to the error event - Added new query params to the `View Details` button link...
In tandem with https://github.com/getsentry/relay/pull/1483, provide a new project config key that defines how many custom measurements an event may contain. To distinguish between custom and built-in measurements, the latter are...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 22.7.0, 22.8.0 ### Steps to Reproduce Hi there. I have received an error (I don't know how) about duplicate PK when migrating between versions....
We'd like to allow users to set default queries as their landing page. This field will be used to identify a saved query as a user's default query, i.e. there...
This PR attempts to replace the currently used `rust-sourcemap` crate and it's symbolic python bindings, with `symbolic-sourcemapcache` crate. It makes the whole processing pipeline easier to maintain, as it pushes...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 22.8.0 ### Steps to Reproduce 1. Login as **Owner** User 2. Click on **Organization settings** 3. Click on **Auth** option 4. It lands on...
### Summary This allows the `INP` measurement to be sent w/o counting towards the measurement limit.
Grouping auto-update is currently set as a boolean option. We should roll this out gradually, getting customer feedback and on the lookout for potential performance regressions.
### Changes - Adds new event type and tracks replay play/pause - Adds new event type and tracks details page tab changes - Adds new event type and tracks time...