Skip to content

Commit d359ff7

Browse files
committed
2.1.1
1 parent ea4ad9f commit d359ff7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.1.1 - 7/27/2017
2+
- Fix issue where HTTP request was duplicated as `req` (and dropped by Sentry server). [See #340]
3+
14
# 2.1.0 - 6/20/2017
25
- Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329]
36
- Refactor automatic breadcrumb instrumentation of modules to accommodate compilation tools [See #322]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"debugging",
1010
"exceptions"
1111
],
12-
"version": "2.1.0",
12+
"version": "2.1.1",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"author": "Matt Robenolt <matt@ydekproductions.com>",
1515
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)