Skip to content

Commit ec2a873

Browse files
committed
Updated RUM token
1 parent 75fd3f3 commit ec2a873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/custom-header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<script>
44
SplunkRum.init({
55
realm: "us1",
6-
rumAccessToken: "Z8JjZ8iNiF4jSfNHvJIRJg",
6+
rumAccessToken: "h7q1NLX6lJz0h_5-OqQJkg",
77
applicationName: "observability-workshop",
88
deploymentEnvironment: "splunk.github.io",
99
version: "1.0",
@@ -12,7 +12,7 @@
1212
SplunkSessionRecorder.init({
1313
app: "observability-workshop",
1414
realm: "us1",
15-
rumAccessToken: "Z8JjZ8iNiF4jSfNHvJIRJg"
15+
rumAccessToken: "h7q1NLX6lJz0h_5-OqQJkg"
1616
});
1717
</script>
1818
</script>

0 commit comments

Comments
 (0)