We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f14a9f commit 1e2a8a5Copy full SHA for 1e2a8a5
plugins/require.js
@@ -0,0 +1,6 @@
1
+;(function(window, Raven) {
2
+ if (typeof define === 'function' && define.amd) {
3
+ window.define = Raven.wrapArguments(define);
4
+ window.require = Raven.wrapArguments(require);
5
+ }
6
+}(this, Raven));
0 commit comments