Skip to content
This repository was archived by the owner on Oct 15, 2019. It is now read-only.

Commit f8c2dc5

Browse files
authored
Merge pull request #21 from Rowno/upgrade
Upgrade to sentry 3.12.1
2 parents d363554 + 8fdd2ab commit f8c2dc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ var Sentry = module.exports = integration('Sentry')
2323
.option('includePaths', [])
2424
.option('maxMessageLength', null)
2525
.option('logger', null)
26-
.tag('<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js">');
26+
.tag('<script src="https://cdn.ravenjs.com/3.12.1/raven.min.js" crossorigin="anonymous">');
2727

2828
/**
2929
* Initialize.
3030
*
31-
* https://docs.getsentry.com/hosted/clients/javascript/config/
32-
* https://github.com/getsentry/raven-js/blob/3.8.0/src/raven.js#L597-L600
31+
* https://docs.sentry.io/clients/javascript/config/
32+
* https://github.com/getsentry/raven-js/blob/3.12.1/src/raven.js#L646-L649
3333
* @api public
3434
*/
3535

0 commit comments

Comments
 (0)