cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

multiple unique ID and crash details

Cagdas
Newcomer

Hi,

We are working on instrumentation of a mobile app with Dynatrace SDK (RUM) and developers have some several questions.

 

  • Dynatrace SDK & Firebase Crashlytics can report the crash details at the same time or only one SDK can capture the crash details?
  • Which iOS & Android versions are supported via Dynatrace SDK? Highest and lowest supported iOS & Android versions?
  • Is it possible to define multiple unique ID?

Thanks.

1 REPLY 1

Thomas_Wirth1
Dynatrace Champion
Dynatrace Champion

Hey Cagdas,

 


Dynatrace SDK & Firebase Crashlytics can report the crash details at the same time or only one SDK can capture the crash details?

Dynatrace and Firebase Crashlytics can be used together. One Android both tools use the same API and ensure that the crash information is forwarded to other crash reporting frameworks.

 


Which iOS & Android versions are supported via Dynatrace SDK? Highest and lowest supported iOS & Android versions?

The information is available on this documentation page :

Android4.0.3+ (API 15+)
iOS8+

 

 


Is it possible to define multiple unique ID?

I don't know which ID you are referring to. If you mean the "user tag": No, Dynatrace will always use the last "user tag" value, when you use the identifyUser API method multiple times on the same session. Different sessions from the same device can have different "user tag" values.

Featured Posts