Skip to content

Commit 62b5f2b

Browse files
chore(deps): update dependency @sentry/browser to v7.120.3 (#872)
* chore(deps): update dependency @sentry/browser to v7.120.3 * Updated hash * Changed instructions to include github link --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <131907615+lodewiges@users.noreply.github.com> Co-authored-by: Jorai Geertsema <jamestreeg@gmail.com>
1 parent abdf63d commit 62b5f2b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"matchManagers": ["regex"],
77
"matchPackageNames": ["@sentry/browser"],
88
"draftPR": true,
9-
"prBodyNotes": ":warning: **Note**: Make sure to update the integrity hashes before merging this PR. You should be able to find the full HTML tag here: https://docs.sentry.io/platforms/javascript/install/cdn/"
9+
"prBodyNotes": ":warning: **Note**: Make sure to update the integrity hashes before merging this PR. You should be able to find the full HTML tag here: https://docs.sentry.io/platforms/javascript/install/cdn/ or https://github.com/getsentry/sentry-release-registry/tree/master/packages/npm/@sentry/browser"
1010
}
1111
],
1212
"regexManagers": [

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<% if Rails.application.config.x.sentry_dsn %>
2222
<script
23-
src="https://browser.sentry-cdn.com/7.51.0/bundle.min.js"
24-
integrity="sha384-EOgbBjVzqFplh/e3H3VEqr1AOCKevEtcmi7r3DiQOFYc4iMJCx1/sX/sfka0Woi5"
23+
src="https://browser.sentry-cdn.com/7.120.3/bundle.min.js"
24+
integrity="sha384-QhNWP5Exx8ZPPgZF2s+nKw/cl8cah1/6MVdZfR8a22f2KO0OsBNonujHvYJlrWIP"
2525
crossorigin="anonymous"
2626
></script>
2727

0 commit comments

Comments
 (0)