Skip to content

Commit

Permalink
remove unused constant that exists in semconv (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Oct 28, 2024
1 parent 536db5f commit 6a06fa6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public class RumConstants {
public static final AttributeKey<Long> HEAP_FREE_KEY = longKey("heap.free");
public static final AttributeKey<Double> BATTERY_PERCENT_KEY = doubleKey("battery.percent");

public static final AttributeKey<String> PREVIOUS_SESSION_ID_KEY =
stringKey("session.previous_id");

public static final String APP_START_SPAN_NAME = "AppStart";

public static final class Events {
Expand Down

0 comments on commit 6a06fa6

Please sign in to comment.