-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#291] Allow Sentry error reporting in CSP settings across environments
Updated CSP settings in Traefik configuration for beta, dev, staging, and test environments to include Sentry's domain without the ingest subdomain. This change permits Sentry error logging and reporting to function correctly without being blocked by the CSP. The adjustment ensures Sentry can capture and report runtime errors, facilitating better monitoring and debugging capabilities across our development, testing, and staging phases. - Modified CSP `connect-src` directive to add `https://sentry.io/api/4506156032196608/envelope/` alongside existing sources. - Ensured that the updated settings adhere to our security policies by only allowing necessary and trusted sources. This update addresses the need for comprehensive error reporting through Sentry, enhancing our ability to quickly identify and resolve issues in our application's environments.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
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