Skip to content

Commit

Permalink
4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jun 4, 2018
1 parent 86b8cda commit 8811c44
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

<!-- {entry_placeholder} -->

## 4.7.1 (2018-06-04)

This release fixes a couple of bugs with stacktrace parsing.

### Fixed
- Incorrect parsing of stacktraces for errors in Chrome that have no stackframes (#355)
- Incorrect parsing of stacktraces for errors in Firefox/Safari that have "@" in the URL path (#354)


## 4.7.0 (2018-05-31)

**Note**: this release alters the behaviour of the notifier to track sessions automatically.
Expand Down
4 changes: 2 additions & 2 deletions dist/bugsnag.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bugsnag.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bugsnag.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bugsnag-js",
"version": "4.7.1-0",
"version": "4.7.1",
"description": "Automatically detect JavaScript errors, collect detailed diagnostic information, and get notified about errors in real-time.",
"keywords": [
"exception",
Expand Down

0 comments on commit 8811c44

Please sign in to comment.