File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.0 - 2018-04-09
4
+
5
+ - feat: log non-standard ports in breadcrumbs (#440 )
6
+ - feat: add flag for unhandled promise rejections (#446 )
7
+ - fix: Remove a redundant try-catch block (#445 )
8
+ - fix: Do not override context when capturing non-error exceptions (#444 )
9
+ - fix: Update stack-trace to handle spaces in paths (#437 )
10
+ - docs: Remove private DSNs from the docs (#447 )
11
+ - docs: Update Usage docs to include Domains in Promise support (#438 )
12
+
3
13
## 2.4.2 - 2018-02-27
4
14
5
- fix: Dont throw exception when called captureException without config (#431 )
6
- fix: Preserve context in for rejected promises (#428 )
7
- ref: Log promise rejection reason alongside eventid (#434 )
8
- ref: Use named function for middlewares (#429 )
15
+ - fix: Dont throw exception when called captureException without config (#431 )
16
+ - fix: Preserve context in for rejected promises (#428 )
17
+ - ref: Log promise rejection reason alongside eventid (#434 )
18
+ - ref: Use named function for middlewares (#429 )
9
19
10
20
## 2.4.1 - 2018-02-09
11
21
Original file line number Diff line number Diff line change 9
9
" raven" ,
10
10
" sentry"
11
11
],
12
- "version" : " 2.4.2 " ,
12
+ "version" : " 2.5.0 " ,
13
13
"repository" : " git://github.com/getsentry/raven-node.git" ,
14
14
"license" : " BSD-2-Clause" ,
15
15
"homepage" : " https://github.com/getsentry/raven-node" ,
You can’t perform that action at this time.
0 commit comments