-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Im using Configuration.Builder(someproperties).build() to send config info to Datadog RUM.
I understand from docs it will take version by gradle.
But I want to send versionCode as well to Datadog RUM and that should be separate Property.
I used the below code for the same.
setAdditionalConfiguration(mapOf(Pair(VERSION_CODE,BuildConfig.VERSION_CODE))).build() on Builder
Im expecting versioncode will displayed in black box like below. But it is not working as expected
But it is not displayed anywhere in the RUM explorer.
Finally Im using now
GlobalRumMonitor.get().addAttribute(VERSION_CODE,BuildConfig.VERSION_CODE)
This will send info to customAttributes which is not accurate for me.
Let me know how to achieve the same?
kevin-abiera
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested