@eonx/reporter-bugsnag
v1.0.0
Published
This engine should use with `@eonx/reporter` library.
Downloads
13
Readme
Bugsnag Reporter Engine
This engine should use with @eonx/reporter
library.
Getting started
import { reporter } from '@eonx/reporter';
reporter.configure({
engines: {
bugsnag: () => import('@eonx/reporter-bugsnag'),
},
});
reporter.initWithKey('api_key');