Skip to content

Commit

Permalink
Updating error stacktrace identifier names (signalfx#1069)
Browse files Browse the repository at this point in the history
* updated names

* using service. prefix
  • Loading branch information
tonzhan2 authored Dec 2, 2024
1 parent 4472c64 commit f0b9a7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ public class SplunkRum {

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

@Nullable private static SplunkRum INSTANCE;

Expand Down

0 comments on commit f0b9a7e

Please sign in to comment.