mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
Upgrade sentry js to 5.11.0
This commit is contained in:
parent
1e084f306e
commit
21db3a8637
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,10 @@
|
|||
<script src="/static/vendor/intro.min.js"></script>
|
||||
|
||||
<!-- Sentry -->
|
||||
<script src="https://browser.sentry-cdn.com/5.4.3/bundle.min.js" crossorigin="anonymous"></script>
|
||||
<script
|
||||
src="https://browser.sentry-cdn.com/5.11.0/bundle.min.js"
|
||||
integrity="sha384-jbFinqIbKkHNg+QL+yxB4VrBC0EAPTuaLGeRT0T+NfEV89YC6u1bKxHLwoo+/xxY"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.12.0/bootstrap-social.min.css">
|
||||
|
||||
|
|
Loading…
Reference in a new issue