Skip to content

Commit 41f3087

Browse files
Bump @sentry/browser and @sentry/react (#160)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Collins <[email protected]>
1 parent 9aed7be commit 41f3087

File tree

4 files changed

+188
-166
lines changed

4 files changed

+188
-166
lines changed

api/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def create_app(testing: Optional[bool] = False) -> Flask:
110110
"style-src": ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"],
111111
"font-src": ["'self'", "https://fonts.gstatic.com"],
112112
"connect-src": ["'self'", "*.ingest.sentry.io"],
113+
"worker-src": ["'self'", "blob:"], # Required for Sentry Session Replay
113114
"frame-ancestors": ["'none'"],
114115
}
115116

0 commit comments

Comments
 (0)