Skip to content

Commit 6f71451

Browse files
authored
Version 2.1.0 (#334)
Version 2.1.0 - Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329] - Refactor automatic breadcrumb instrumentation of modules to accommodate compilation tools [See #322] - Testing for Node 8 [See #328]
1 parent fc0e1d5 commit 6f71451

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.0 - 6/20/2017
2+
- Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329]
3+
- Refactor automatic breadcrumb instrumentation of modules to accommodate compilation tools [See #322]
4+
- Testing for Node 8 [See #328]
5+
16
# 2.0.2 - 5/24/2017
27
- Fix issue with sending empty request details when no request is present [See #324]
38

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.0.2",
12+
"version": "2.1.0",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"author": "Matt Robenolt <[email protected]>",
1515
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)