Skip to content

Commit d5c71ea

Browse files
chore(deps): update dependency @sentry/browser to v10 (#1045)
* chore(deps): update dependency @sentry/browser to v10 * Update Sentry script version in application layout * Fix Sentry script integrity hash Update Sentry script integrity hash for security. * fix depractation --------- 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: Lodewiges <jamestreeg@gmail.com>
1 parent 1b05bfb commit d5c71ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
SENTRY_PROJECT: ${{ env.PROJECT_NAME }}
201201
with:
202202
environment: ${{ needs.metadata.outputs.stage }}
203-
version: ${{ needs.merge.outputs.sha }}
203+
release: ${{ needs.merge.outputs.sha }}
204204
set_commits: skip
205205

206206
- name: Finish deployment

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/8.55.0/bundle.min.js"
24-
integrity="sha384-BlRl+vkcjdIA/AKRb8zWtiqlVVXepUsSv0+vho7ZMUTsNudEyQjGUKo9W86Hc1EC"
23+
src="https://browser.sentry-cdn.com/9.46.0/bundle.min.js"
24+
integrity="sha384-jz1y5eFkBjGuuvaRdmude5J+fVsya/ZkBvnwOVAF1oE2fBVuN4H2ETlGqvxnOtAb"
2525
crossorigin="anonymous"
2626
></script>
2727

0 commit comments

Comments
 (0)