Skip to content

Commit

Permalink
Bump @sentry/browser and @sentry/react (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Collins <somethingnew2-0@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and somethingnew2-0 authored Oct 16, 2024
1 parent 9aed7be commit 41f3087
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 166 deletions.
1 change: 1 addition & 0 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def create_app(testing: Optional[bool] = False) -> Flask:
"style-src": ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"],
"font-src": ["'self'", "https://fonts.gstatic.com"],
"connect-src": ["'self'", "*.ingest.sentry.io"],
"worker-src": ["'self'", "blob:"], # Required for Sentry Session Replay
"frame-ancestors": ["'none'"],
}

Expand Down
Loading

0 comments on commit 41f3087

Please sign in to comment.