Skip to content

Commit

Permalink
Merge pull request #127 from breedx-splk/previous_id
Browse files Browse the repository at this point in the history
Update session.previous_id spelling
  • Loading branch information
breedx-splk authored Oct 23, 2023
2 parents b259de7 + 2e68a34 commit 5db424c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RumConstants {
public static final AttributeKey<Double> BATTERY_PERCENT_KEY = doubleKey("battery.percent");

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

public static final String APP_START_SPAN_NAME = "AppStart";

Expand Down

0 comments on commit 5db424c

Please sign in to comment.