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

Commit

Permalink
Release 2.6.0 (#26)
Browse files Browse the repository at this point in the history
* Release 2.6.2
  • Loading branch information
brennan authored Jul 20, 2017
1 parent c9c0a41 commit 9357749
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.6.2 / 2017-07-20

* Bumping version again to trigger build

2.6.1 / 2017-07-17

* Bumping version to trigger build

2.6.0 / 2017-07-14

* Update Raven JS tag to 3.17.0

2.5.0 / 2017-04-11
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var Sentry = module.exports = integration('Sentry')
.option('maxMessageLength', null)
.option('logger', null)
.option('customVersionProperty', null)
.tag('<script src="https://cdn.ravenjs.com/3.12.1/raven.min.js" crossorigin="anonymous">');
.tag('<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous">');

/**
* Initialize.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/analytics.js-integration-sentry",
"description": "The Sentry analytics.js integration.",
"version": "2.5.0",
"version": "2.6.2",
"keywords": [
"analytics.js",
"analytics.js-integration",
Expand Down

0 comments on commit 9357749

Please sign in to comment.