Skip to content

Commit d03cf15

Browse files
chore(deps): update dependency @sentry/browser to v10.38.0 (#1214)
* chore(deps): update dependency @sentry/browser to v10.38.0 * Fix Sentry script integrity hash Update Sentry script integrity attribute for security. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <131907615+lodewiges@users.noreply.github.com>
1 parent 02e9eda commit d03cf15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/layouts/application.html.erb

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

1616
<% if Rails.application.config.x.sentry_dsn %>
1717
<script
18-
src="https://browser.sentry-cdn.com/10.35.0/bundle.min.js"
19-
integrity="sha384-buME2qYh5kj56Wr8/JmIHGVMX0L+0H7/jl+36G5J2BTcY5k33fcfFOvMTOT0IZeO"
18+
src="https://browser.sentry-cdn.com/10.38.0/bundle.min.js"
19+
integrity="sha384-/oTG1DxxBD0jT/ShtVYNvpwDmS2j9zVqquIKPRo4LxMLUCnwdUywlKzgEIwS1mEY"
2020
crossorigin="anonymous"
2121
></script>
2222

0 commit comments

Comments
 (0)