Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CSP issue blocking Sentry requests in Traefik configuration
The Content Security Policy (CSP) was updated to resolve the issue that was blocking Sentry requests. Previously, the `connect-src` directive did not include wildcard entries for Sentry endpoints, causing POST requests to the Sentry API to fail. The configuration was adjusted to permit requests to any instance of Sentry under the `*.ingest.sentry.io` domain. This change ensures that error tracking and monitoring via Sentry can function correctly, as required by the user story. The updated CSP also maintains security best practices and has been tested to confirm successful transmission of error data to Sentry.
- Loading branch information