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.

Crittercism Destination


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

Our Crittercism destination code is open sourced on GitHub. Feel free to check it out: iOS(link takes you to an external page), Android(link takes you to an external page).


Getting Started

getting-started page anchor

To get started with Crittercism and Segment, you'll want to integrate our Android or iOS SDK into your mobile app.

Once the Segment library is integrated with your app, toggle Crittercism on in your Segment destination catalog, and add your App Id which you can find in your Crittercism app settings(link takes you to an external page). These new settings will take up to an hour to propagate to all of your existing users. For new users it'll be instantaneous!


Crittercism can show you information about the user using your app. You can record that info with our identify method. You should put the identify call as soon as you know the user's identity. This usually happens after they register or log in.


When an error occurs, you'll want to know what user actions led to the crash. Crittercism allows you to leave "breadcrumbs" for this purpose.

Whenever you call track, we'll leave a breadcrumb in Crittercism. Track takes the name of the event and any optional properties you want to associate with the event.


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

Property nameTypeRequiredDescription
App IDstring
required

You can find your App ID on the Crittercism Settings page(link takes you to an external page). It should be 24 characters long, and look something like this: 93ac1026a7928a581c000002.


Custom Version Name (Android)string

Optional

Override the default version name of your app that is reported to Crittercism (Android only). Check out the Crittercism docs(link takes you to an external page) for more info.


Enable Service Monitoring (Android)boolean

Optional

Whenever an app makes a network call, Crittercism monitors and captures certain information automatically (Android only). Check out the Crittercism docs(link takes you to an external page) for more info.

Default: true

Include the Version Code (Android)boolean

Optional

This will include the version code from the manifest file in your app's version name (Android only). Check out the Crittercism docs(link takes you to an external page) for more info.

Default: false

Monitor Web View (iOS)boolean

Optional

Monitor network traffic generated by UIWebViews (iOS only). Check out the Crittercism docs(link takes you to an external page) for more info.

Default: false

Collect Logcat Data (Android)boolean

Optional

If you want to include system log data in your crash logs, enable this setting (Android only). Check out the Crittercism docs(link takes you to an external page) for more info.

Default: false