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

Commit 4520c3d

Browse files
committed
bump raven-js-3.8.0
1 parent fdac995 commit 4520c3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.3.0 / 2016-11-4
2+
==================
3+
4+
* update raven.js to 3.8.0
15

26
2.2.0 / 2016-08-22
37
==================

lib/index.js

Lines changed: 2 additions & 2 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.5.0/raven.min.js">');
26+
.tag('<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js">');
2727

2828
/**
2929
* Initialize.
3030
*
3131
* https://docs.getsentry.com/hosted/clients/javascript/config/
32-
* https://github.com/getsentry/raven-js/blob/3.0.2/src/raven.js#L534-L537
32+
* https://github.com/getsentry/raven-js/blob/3.8.0/src/raven.js#L597-L600
3333
* @api public
3434
*/
3535

0 commit comments

Comments
 (0)