diff --git a/share/apps.json b/share/apps.json index 6bbe305e5..657021157 100644 --- a/share/apps.json +++ b/share/apps.json @@ -389,6 +389,12 @@ "script": "bugsense\\.js", "env": "^BugSense$" }, + "BugSnag": { + "website": "bugsnag.com", + "cats": [ 10 ], + "script": "bugsnag.*\\.js", + "env": "^BugSnag$" + }, "Bugzilla": { "website": "www.bugzilla.org", "cats": [ 13 ], diff --git a/share/images/icons/BugSnag.png b/share/images/icons/BugSnag.png new file mode 100644 index 000000000..5f2228296 Binary files /dev/null and b/share/images/icons/BugSnag.png differ