-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g. bundle.tracing.min.js) in your SDK setup.
Sentry Browser Loader
SDK Version
latest
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
<script src="https://js.sentry-cdn.com/********************************.min.js" async crossorigin="anonymous">
Sentry.onLoad(function() { ... });Expected Result
Sentry.onLoad is a function that only the loader provides, and - as the name suggests - it sets a function to be run once the full SDK has been loaded
Actual Result
Sentry.onLoad is not a function
Metadata
Metadata
Assignees
Labels
No labels