Merge pull request #707 from facundofarias/master

Added BugSnag
main
Elbert Alias 10 years ago
commit d4463fd35f

@ -422,6 +422,12 @@
"script": "bugsense\\.js", "script": "bugsense\\.js",
"env": "^BugSense$" "env": "^BugSense$"
}, },
"BugSnag": {
"website": "bugsnag.com",
"cats": [ 10 ],
"script": "bugsnag.*\\.js",
"env": "^BugSnag$"
},
"Bugzilla": { "Bugzilla": {
"website": "www.bugzilla.org", "website": "www.bugzilla.org",
"cats": [ 13 ], "cats": [ 13 ],
@ -3208,6 +3214,12 @@
"html": "<a id=\"tracpowered", "html": "<a id=\"tracpowered",
"implies": "Python" "implies": "Python"
}, },
"TrackJs": {
"website": "trackjs.com",
"cats": [ 10 ],
"script": "\\tracker.js",
"env": "^TrackJs$"
},
"Tumblr": { "Tumblr": {
"website": "www.tumblr.com", "website": "www.tumblr.com",
"cats": [ 11 ], "cats": [ 11 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Loading…
Cancel
Save