Gabe Villalobos
Gabe Villalobos
Sets region mode on all testing by default unless `SENTRY_USE_MONOLITH_DBS` option is set. This allows import/export tests to complete their testing as expected.
Addresses [HC-1189](https://getsentry.atlassian.net/browse/HC-1189), allowing us to set up metrics for abnormally long tombstone batch processing times. This will also allow us to adjust batch sizes with better visibility on the effects...
Adds error propagation for test alert rules, behind 2 flags: 1. `projects:verbose-test-alert-reporting` - Which opts projects/orgs into verbose error reporting 2. `ecosystem:enable_integration_form_error_raise` - Option check for whether or not to...
## The problem: When a Jira issue's `assignee` field is quickly modified multiple times in a row, we end up assigning and resyncing the assignees to Jira, which causes a...
The new transformer code introduced in #76962 has been GA'd as of October 3rd @ 10:30 AM PST, so we should be able to safely remove it.
- Adds a new `ApiInvalidRequestError` type, to better differentiate between 400 and unhandled non-400 responses from downstream APIs. - Adds filtering to our ticket creation utils which only propagates `IntegrationFormErrors`...
DO NOT MERGE: Example usages and very rough outline of potential notification platform code. This is just here to illustrate what a potential solution could look like in the future,...