You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
It would be great if we could support Rollbar in a Fastboot environment. I'm thinking we could import a shim that wraps Node's process.onUncaughtException in a window.onerror interface, so Rollbar could be imported (since it relies on that interface) and could report errors from Fastboot.
Open questions:
Is this the right approach in Fastboot? Does it make sense to mock out window.onerror?
Are there any concerns with the multiple application instance environment in Fastboot? Are there multiple logger instances? Do Rollbar reports need to distinguish between them?
What additional metadata (if any) should be included to indicate the error comes from Fastboot?