Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Bugsnag Destination


Destination Info
  • Accepts Identify calls.
  • Refer to it as Bugsnag in the Integrations object
Connection Modes
Device-modeCloud-mode
Web Web
Mobile Mobile
Server Server

Bugsnag(link takes you to an external page) 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.

At the moment, we support the following integrations:


Getting Started

getting-started page anchor

Web

web page anchor
  1. From the Segment web app, click Catalog.
  2. Search for "Bugsnag" in the Catalog, select it, and choose which of your sources to connect the destination to.
  3. 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
  4. 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:

  1. Android(link takes you to an external page)
  2. iOS(link takes you to an external page)

Once you've correctly set up your Bugsnag integration, you should identify each of your users as soon as you know their identity (this typically happens after log in or sign up), so that Bugsnag can provide you with more visibility into which user is encountering which error.

If you're not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like:

1
analytics.identify('ze8rt1u89', {
2
name: 'Zaphod Kim',
3
gender: 'Male',
4
email: '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(link takes you to an external page).


Segment lets you change these destination settings from the Segment app without having to touch any code.

Property nameTypeRequiredDescription
API Keystring
required

You can find your API Key on your Bugsnag Project Settings page(link takes you to an external page).


Release Stagestring

Optional

Distinguish errors that happen in different stages of your app's release process e.g 'production', 'development', etc.


Use SSLboolean

Optional

Use SSL When Sending Data to Bugsnag

Default: true