Skip to main content
Bugsnag
Updated over a week ago

By integrating Bugsnag with DX, you can analyze errors and incorporate them into custom DX scorecards. Please visit our schema explorer to see what data DX imports.

Prerequisites

To connect Bugsnag to DX, you need:

  • a Personal access token

Setup instructions

Step 1

Create a Personal access token by navigating to My account settings -> Personal auth tokens.

Step 2

  1. Navigate to the connector setup form in DX.

  2. Enter the credentials you have generated in the previous steps—refer to the information below for errors and troubleshooting.

Set the Bugsnag API base URL to https://api.bugsnag.com if you are unsure of your company's specific base URL.

API Reference

The table below lists the specific API endpoints that are used by DX.

Endpoint URL

Documentation Link

/user/organizations

/organizations/{organization_id}/projects

projects/{project_id}/errors

Errors

The table below lists potential error codes when adding a connection in DX.

Error

Description

invalid_credentials

Your API credentials entered are not valid.

no_resources

The provided credentials does not have access to any organizations or projects.

Did this answer your question?