Skip to content

Commit

Permalink
Merge pull request #985 from digidem/hotfix/v5.4.7
Browse files Browse the repository at this point in the history
Hotfix v5.4.7
  • Loading branch information
achou11 committed Jun 22, 2022
2 parents a8d2ec6 + bc75407 commit 4ac47a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.4.7](https://github.com/digidem/mapeo-mobile/compare/v5.4.6...v5.4.7) (2022-06-22)

### Bug Fixes

- fix bugsnag call in osm error handler ([cd0204c](https://github.com/digidem/mapeo-mobile/commit/cd0204ca1e8444aae7dda94ec7f2aa73896561e0))

### [5.4.6](https://github.com/digidem/mapeo-mobile/compare/v5.4.5...v5.4.6) (2022-06-20)

### Bug Fixes
Expand Down
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": "mapeo-mobile",
"version": "5.4.6",
"version": "5.4.7",
"private": true,
"engines": {
"node": "12.16.3"
Expand Down
2 changes: 1 addition & 1 deletion src/backend/server.js
Expand Up @@ -455,7 +455,7 @@ function createServer({
});

osm.on("error", err => {
Bugsnag.notify(err, event => {
main.bugsnag.notify(err, event => {
event.severity = "error";
event.context = "core";
});
Expand Down

0 comments on commit 4ac47a9

Please sign in to comment.