Skip to content

Commit f0b9a7e

Browse files
authored
Updating error stacktrace identifier names (#1069)
* updated names * using service. prefix
1 parent 4472c64 commit f0b9a7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

splunk-otel-android/src/main/java/com/splunk/rum/SplunkRum.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public class SplunkRum {
6767

6868
static final AttributeKey<String> APP_NAME_KEY = stringKey("app");
6969
static final AttributeKey<String> RUM_VERSION_KEY = stringKey("splunk.rum.version");
70-
static final AttributeKey<String> APPLICATION_ID_KEY = stringKey("app.application.id");
71-
static final AttributeKey<String> APP_VERSION_CODE_KEY = stringKey("app.version.code");
72-
static final AttributeKey<String> SPLUNK_OLLY_UUID_KEY = stringKey("app.splunk.olly.uuid");
70+
static final AttributeKey<String> APPLICATION_ID_KEY = stringKey("service.application_id");
71+
static final AttributeKey<String> APP_VERSION_CODE_KEY = stringKey("service.version_code");
72+
static final AttributeKey<String> SPLUNK_OLLY_UUID_KEY = stringKey("service.o11y.key");
7373

7474
@Nullable private static SplunkRum INSTANCE;
7575

0 commit comments

Comments
 (0)