Skip to content

Commit

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

* using service. prefix

(cherry picked from commit f0b9a7e)

Co-authored-by: tonzhan2 <[email protected]>
  • Loading branch information
breedx-splk and tonzhan2 authored Dec 2, 2024
1 parent 0a6d788 commit 9a0fda4
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 9a0fda4

Please sign in to comment.