Lyftron BugSnag Provider
The Lyftron API Profile for BugSnag allows you to query data from BugSnag. The BugSnag profile is a single file (i.e. bugsnag.apip) which is meant to be used with the Lyftron API Driver. The profile contains the table definitions and other BugSnag specific metadata that the Lyftron API Driver uses to connect to BugSnag.
To use the BugSnag Profile set the Profile property of Lyftron API Driver to the path of the BugSnag profile, as well as the other connection properties specified in the documentation below. Once the Lyftron API Driver has been configured, you can issue SQL queries to access data from any of the BugSnag Tables.
Connecting to BugSnag
To authenticate to Bugsnag, you can either use the Personal Auth Token (Recommended) or the Basic Authentication.
Using Access Auth Token
To use your own Access Token, set it to the Api-Token in ProfileSettings connection property. Personal Auth Tokens can be generated in the My Account section of the Bugsnag settings.
Using Basic Authentication
To use Basic Authentication, set the User connection property to your username (email) account and the Password connection property to your password account.