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

Commit 4c64812

Browse files
authored
Merge pull request #16 from segment-integrations/updateravenjs
update raven.js to 3.5.0
2 parents 1512b2c + c4355ed commit 4c64812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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.3.0/raven.min.js">');
26+
.tag('<script src="https://cdn.ravenjs.com/3.5.0/raven.min.js">');
2727

2828
/**
2929
* Initialize.

0 commit comments

Comments
 (0)