Skip to content

Commit 80fdb43

Browse files
committed
changing rum examples from frontend-demo to online-boutique
1 parent 19f1334 commit 80fdb43

File tree

1 file changed

+1
-1
lines changed
  • content/en/scenarios/optimize_end_user_experiences/2-rum

1 file changed

+1
-1
lines changed

content/en/scenarios/optimize_end_user_experiences/2-rum/2-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This code enables RUM Tracing, [Session Replay](https://docs.splunk.com/observab
2424
* The first part is to indicate where to download the Splunk Open Telemetry Javascript file from: `https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js` (this can also be hosted locally if so required).
2525
* The next section defines the location where to send the traces to in the beacon url: `{beaconUrl: "https://rum-ingest.eu0.signalfx.com/v1/rum"`
2626
* The RUM Access Token: `rumAuth: "<redacted>"`.
27-
* Identification tags `app` and `environment` to indentify in the SPLUNK RUM UI e.g. `app: "frontend-demo-us-store", environment: "frontend-demo-us"}` (these values will be different in your workshop)
27+
* Identification tags `app` and `environment` to indentify in the SPLUNK RUM UI e.g. `app: "online-boutique-us-store", environment: "online-boutique-us"}` (these values will be different in your workshop)
2828

2929
The above lines 21 and 23-30 are all that is required to enable RUM on your website!
3030

0 commit comments

Comments
 (0)