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.

BugHerd Destination


Destination Info
  • Refer to it as BugHerd in the Integrations object
Connection Modes
Device-modeCloud-mode
Web Web
Mobile Mobile
Server Server

BugHerd(link takes you to an external page) is a bug tracking software that lets users report bugs right in your interface. Once reported, you get a Trello-like management interface for taking care of the issues. The analytics.js BugHerd Destination is open-source. You can browse the code on GitHub(link takes you to an external page).


Getting Started

getting-started page anchor
  1. From the Segment web app, click Catalog.
  2. Search for "BugHerd" in the Catalog, select it, and choose which of your sources to connect the destination to.
  3. In the destination settings, enter your API Key as retrieved from the Install BugHerd tab on your BugHerd Project page.
  4. Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading BugHerd onto your page. This means you should remove BugHerd's snippet from your page.
  5. The BugHerd Destination doesn't use any Segment API calls (e.g. identify, track, etc) so, once it's loaded, it's good to go! Your BugHerd sidebar will begin appearing for your team.

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 under the Install BugHerd tab on your BugHerd Project page(link takes you to an external page). It will appear in your tracking code as ?apikey=...


Show the Default Feedback Tabboolean

Optional

You should only disable this setting if you want to build your own feedback tab(link takes you to an external page) with the BugHerd API.

Default: true