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

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Apr 9, 2018
1 parent b5e306c commit b1f37bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Changelog

## 2.5.0 - 2018-04-09

- feat: log non-standard ports in breadcrumbs (#440)
- feat: add flag for unhandled promise rejections (#446)
- fix: Remove a redundant try-catch block (#445)
- fix: Do not override context when capturing non-error exceptions (#444)
- fix: Update stack-trace to handle spaces in paths (#437)
- docs: Remove private DSNs from the docs (#447)
- docs: Update Usage docs to include Domains in Promise support (#438)

## 2.4.2 - 2018-02-27

fix: Dont throw exception when called captureException without config (#431)
fix: Preserve context in for rejected promises (#428)
ref: Log promise rejection reason alongside eventid (#434)
ref: Use named function for middlewares (#429)
- fix: Dont throw exception when called captureException without config (#431)
- fix: Preserve context in for rejected promises (#428)
- ref: Log promise rejection reason alongside eventid (#434)
- ref: Use named function for middlewares (#429)

## 2.4.1 - 2018-02-09

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"raven",
"sentry"
],
"version": "2.4.2",
"version": "2.5.0",
"repository": "git://github.com/getsentry/raven-node.git",
"license": "BSD-2-Clause",
"homepage": "https://github.com/getsentry/raven-node",
Expand Down

0 comments on commit b1f37bc

Please sign in to comment.