sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Set error.handeld is True inside discover or when making an alert. It works when is:unresolved is unchecked. ### Expected Result The filter...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce ### Summary When calling the Organization Events API with dataset=spans and requesting the field: ``` failure_rate_if(is_transaction,equals,true) ``` (or implicitly: failure_rate()) the Sentry...
Resolves [SENTRY-FOR-SENTRY-E07](https://sentry-st.sentry.io/issues/6981257541?project=-1). Adds a call to `producer.poll` prior to forwarding trace items to EAP. This ensures that the local buffer is properly cleared once the Kafka broker acknowledges produced messages.
- This adds support for the cross trace queries to the timeseries endpoint
This begins adding the `traceMetrics` dataset to Dashboards. This is still a WIP and different aspects of Metrics in dashboards still need iteration before being feature complete and releasable. The...
This sticks close to https://github.com/getsentry/sentry/pull/104205/files to add the field. But in this case the field is an enabler/disabler, not a default to be copied into project settings. So we will...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce We had a an issue come in on a production environment which is running version 3.25.47.21 and I marked the issue as...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Reported via [Zendesk](https://sentry.zendesk.com/agent/tickets/169374) and reproduced in my org: When sending only log events with a specific environment (no error, transaction, sessions event),...
Add the option to define owner via team + email strings, rather than just a string. Supports this change in the options automator: https://github.com/getsentry/sentry-options-automator/pull/5705. This change is temporary until we...
### Problem Statement The integration with CODEOWNERS currently only utilizes one specific, often system-defined, code mapping per project when attempting to match stack frame paths to user-defined CODEOWNERS file rules....