Guillaume NICOLAS
Results
2
comments of
Guillaume NICOLAS
Of course ! Here it is: ``` import Bugsnag, { Event, OnErrorCallback } from "@bugsnag/js"; const config: BrowserConfig = { apiKey: process.env.BUGSNAG_API_KEY!, appVersion: process.env.APP_COMMIT, releaseStage: process.env.ENV, plugins: [new BugsnagPluginVue(Vue)], };...
any updates on this feature ?