Skip to content

Commit

Permalink
fix: update sentry packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Jan 11, 2024
1 parent 67b71f0 commit 940ec67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,18 @@
crossorigin="anonymous"
></script>
<script
src="https://browser.sentry-cdn.com/7.92.0/bundle.tracing.min.js"
integrity="sha384-aKJDoBURezKiYbbVgK4fy5qi3QvO0Fc/A2PLTMTxZpg4FD6ejGgRx8AbBN47vpyL"
src="https://browser.sentry-cdn.com/7.93.0/bundle.tracing.min.js"
integrity="sha384-SPq2en7EMouQY/MGYLYA/shBLhoyYScgNTU8crQBLY4Aa8evvIXgmB6gSnUIAd/n"
crossorigin="anonymous"
></script>
<script
src="https://browser.sentry-cdn.com/7.92.0/bundle.tracing.replay.min.js"
integrity="sha384-vXCJALug3Wie1D5nr1T2TiCZjgc0nF79OhFiYxLG5ZpdJi3ppl8nxj620x6RWS/O"
src="https://browser.sentry-cdn.com/7.93.0/bundle.tracing.replay.min.js"
integrity="sha384-TtxUNjA9JeVRLAAsbimh2//9MdKLqNNeMLSdLT6UB2jhPRftKHKiFxibKUmCx53a"
crossorigin="anonymous"
></script>
<script
src="https://browser.sentry-cdn.com/7.92.0/captureconsole.min.js"
integrity="sha384-clp/PAPOgrkU3rkFBv0Ov6cvfG7Rlse9uXwTfBccluX6g4uhIHI6g0EocYQ8V1iy"
src="https://browser.sentry-cdn.com/7.93.0/captureconsole.min.js"
integrity="sha384-i8bDi6K7C5Fu3539pbSiTxxCHevBZjPSPocpshBnI+sMsnSgfFkEYSiRTvnimX/4"
crossorigin="anonymous"
></script>
<script>
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.1.1",
"workbox-cli": "^7.0.0"
},
Expand Down

0 comments on commit 940ec67

Please sign in to comment.