You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always expose window.Raven no matter what the loader is
This is problematic for many use cases, but the primary case is when
window.module exists already, and someone loads raven.js from a <script>
tag, the global window.Raven never exists any causes things to break and
is a bit confusing.
0 commit comments