From 41844c4b60a938afa1bb71348c3a8ebcb3590c59 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 22 Mar 2026 17:11:17 +0000
Subject: [PATCH 1/2] Initial plan
From 3d0bdf783649019d631fa0b1156db66e5e3269b4 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 22 Mar 2026 17:17:54 +0000
Subject: [PATCH 2/2] chore: upgrade Sentry Browser SDK CDN bundle from v9.x.x
to v10.x.x
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/DocuElevate/sessions/583f7047-bc1e-4bcd-8a1a-350857626370
---
docs/SentrySetup.md | 2 +-
frontend/templates/base.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/SentrySetup.md b/docs/SentrySetup.md
index 45433c02..b6215f07 100644
--- a/docs/SentrySetup.md
+++ b/docs/SentrySetup.md
@@ -181,7 +181,7 @@ Simply leave `SENTRY_DSN` unset (or set it to an empty string). Neither the Pyt
## SDK Version
- **Server:** DocuElevate uses [`sentry-sdk`](https://pypi.org/project/sentry-sdk/) `>=2.20.0,<3.0.0` with the `fastapi`, `celery`, and `sqlalchemy` extras.
-- **Browser:** The `bundle.tracing.replay.min.js` bundle is loaded from the official Sentry CDN (`browser.sentry-cdn.com`). The version pin is in `frontend/templates/base.html`.
+- **Browser:** The `bundle.tracing.replay.min.js` bundle from the Sentry Browser SDK **v10** is loaded from the official Sentry CDN (`browser.sentry-cdn.com`). The version pin is in `frontend/templates/base.html`.
---
diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 756eaf8d..db65037a 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -41,7 +41,7 @@
upgrading the SDK.
──────────────────────────────────────────────────────────────────────── #}
{% if sentry_dsn %}
-