Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Support Fastboot environment #72

@davewasmer

Description

@davewasmer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions