-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): Disallow static mode for processing (#4087)
We only support processing in managed mode, so we should make it a hard requirement for starting Relay. Static and proxy mode only exists to put a proxy close to the SDKs in order to reduce latency and/or provide PII-scrubbing on premise before sending data to sentry. From [Sentry's product docs](https://docs.sentry.io/product/relay/): > Sentry Relay offers enterprise-grade data security by providing a standalone service that acts as a middle layer between your application and sentry.io. These modes were never intended to run in combination with `processing: true`, and doing so resulted in undefined behavior.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters