Skip to content

Commit

Permalink
Changed to send RUM data to US1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Sep 9, 2024
1 parent 8913e5d commit 17383cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/custom-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
<script>
SplunkRum.init({
realm: "eu0",
rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA",
realm: "us1",
rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA",
applicationName: "observability-workshop",
deploymentEnvironment: "splunk.github.io",
version: "1.0",
});

SplunkSessionRecorder.init({
app: "observability-workshop",
realm: "eu0",
rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA"
realm: "us1",
rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA"
});
</script>
</script>
Expand Down

0 comments on commit 17383cc

Please sign in to comment.