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

Commit 9357749

Browse files
authored
Release 2.6.0 (#26)
* Release 2.6.2
1 parent c9c0a41 commit 9357749

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.6.2 / 2017-07-20
2+
3+
* Bumping version again to trigger build
4+
5+
2.6.1 / 2017-07-17
6+
7+
* Bumping version to trigger build
8+
9+
2.6.0 / 2017-07-14
10+
11+
* Update Raven JS tag to 3.17.0
12+
113
2.5.0 / 2017-04-11
214
==================
315

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var Sentry = module.exports = integration('Sentry')
2424
.option('maxMessageLength', null)
2525
.option('logger', null)
2626
.option('customVersionProperty', null)
27-
.tag('<script src="https://cdn.ravenjs.com/3.12.1/raven.min.js" crossorigin="anonymous">');
27+
.tag('<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous">');
2828

2929
/**
3030
* Initialize.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-sentry",
33
"description": "The Sentry analytics.js integration.",
4-
"version": "2.5.0",
4+
"version": "2.6.2",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",

0 commit comments

Comments
 (0)