Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Ignore message handler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 3, 2019
1 parent c02b0d9 commit f91dddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/catcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ this.catcher = (function() {
tags: {
git_commit: buildSettings.gitCommit,
},
ignoreErrors: ["No matching message handler"],
beforeSend(event) {
event.request.url = fixUrl(event.request.url);
for (const exc of event.exception.values) {
Expand Down

0 comments on commit f91dddc

Please sign in to comment.