From c6f328992215648480eab1e912dd9eba6201409f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:12:12 +0000 Subject: [PATCH] Improve a bit bugsnag detection (#2513) According to the [documentation](https://docs.bugsnag.com/platforms/browsers/v3/) --- src/apps.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index d2c14335f..d5ba06262 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1370,9 +1370,11 @@ ], "icon": "BugSnag.png", "js": { - "Bugsnag": "" + "Bugsnag": "", + "bugsnag": "", + "bugsnagClient": "" }, - "script": "bugsnag.*\\.js", + "script": "/bugsnag.*\\.js", "website": "http://bugsnag.com" }, "Bugzilla": {