ml-archive / bugsnag

Report errors with Bugsnag 🐛

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a global func for bugsnagReport()

Casperhr opened this issue · comments

There will be cases where this is nice

do {
try something
} catch {
bugsnagReport(error)
}