sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Make message_distance optional from seer response Remove message distance value from internal similar issues tab The UI shows a default value of 0 now that we are not sending the...
Convert the AlertRuleActionRequester mediator to a dataclass and update refs to point to this new class. Also moves the utils for external_requests while were at it. Would also appreciate any...
Remove prompt asking for feedback and agree/disagree buttons from similarity tab
Makes `displayName` in `DATA_CATEGORY_INFO` all singular.
Removing the `search-query-builder-releases` from FE
Skip the process similarity step in post process if the project has the feature `projects:similarity-embeddings`
This adds some ways that we can hook custom logic into the detector. Looking at the options, it feels like splitting this logic into different handlers makes sense. Doesn't have...
### Problem Statement My team uses Sentry to create incidents on Pagerduty when a new event is added to an issue. Sometimes there are noisy issues that come from error...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. visit the docs for listing a project's issues: https://docs.sentry.io/api/events/list-a-projects-issues/ 2. view the schema for a 200 response 3. observe the annotations...
Query for active integrations when: - Doing an autofix setup check (non-active GH integrations will not make successful downstream calls) - Editing a repository to be attached to a different...