Bugsnag Destination
Destination Info
- Accepts Identify calls.
- Refer to it as Bugsnag in the Integrations object
Bugsnag helps you detect and diagnose crashes in your application. Depending on the data you provide, Bugsnag can filter errors based on user name, user email, timeline, release stages, paying user status, and more.
The Bugsnag destination supports the following integrations:
| Web | Analytics.js SDK 2.1.0 |
| Android | Android SDK 2.0.0 |
| iOS | iOS SDK 1.0.3 |
- From the Segment web app, click Catalog.
- Search for "Bugsnag" in the Catalog, select it, and choose which of your sources to connect the destination to.
- Add your API key to your connection settings. You can find your API key in your Bugsnag dashboard under "Settings", which is located in the upper left-hand corner
- Segment automatically initializes Bugsnag's JavaScript script with your API key upon loading analytics.js
If you'd like to integrate with Bugsnag's iOS and/or Android SDKs, in addition to completing steps 1-3 in the previous section, you will also need to complete the install steps outlined below:
Once you've set up your Bugsnag integration, call identify for each of your users as soon as you know their identity (typically after login or sign up), so that Bugsnag can show you which user encountered which error. To learn what the Identify method does, see the Segment Spec. An example call looks like:
1analytics.identify('ze8rt1u89', {2name: 'Zaphod Kim',3gender: 'Male',4email: 'jane.kim@example.com',5});
Bugsnag will show you the userId and traits in the Users tab of each error.
In addition to sending Bugsnag user-specific information, you can send handled exceptions and diagnostic data to your Bugsnag dashboard using Bugsnag's native methods. Documentation on these methods is available on their website.
Segment lets you change these destination settings from the Segment app without having to touch any code.
Optional
Distinguish errors that happen in different stages of your app's release process e.g 'production', 'development', etc.
Optional
Use SSL When Sending Data to Bugsnag
true