JavaScript CDN How to activate offline integration? #5614
MarceyJeynosh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heys guys,
I want to ask how to integrate offline integration in JavaScript CDN?
I want to something like that:
<script src="https://browser.sentry-cdn.com/6.19.7/bundle.tracing.min.js" integrity="sha384-lEBvyPG01tsv1WahtwAQevkCCh3NjqUNlz93IATGFmFuVbVyx6dReoQ035OOjNsM" crossorigin="anonymous"></script>
but with offline integration to be able to add offline as integration in the init methode:
Sentry.init({ dns: "...",, release: "...", integrations: [new Sentry.Integrations.Offline()] });
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions