We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ad9f commit d359ff7Copy full SHA for d359ff7
History.md
@@ -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
+
4
# 2.1.0 - 6/20/2017
5
- Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329]
6
- Refactor automatic breadcrumb instrumentation of modules to accommodate compilation tools [See #322]
package.json
@@ -9,7 +9,7 @@
9
"debugging",
10
"exceptions"
11
],
12
- "version": "2.1.0",
+ "version": "2.1.1",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"author": "Matt Robenolt <matt@ydekproductions.com>",
15
"license": "BSD-2-Clause",
0 commit comments