Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit b904f9a

Browse files
authored
Merge pull request #2681 from splunk/adasplunk-DOCGUILD-28818
[DOCGUILD-28818] Bugfix
2 parents aa1174a + eb6ef3a commit b904f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following example shows how to restrict sampling to logged in users:
200200
rumAccessToken: '<your_rum_token>',
201201
applicationName: '<application-name>',
202202
tracer: {
203-
sampler: shouldTrace ? new AlwaysOnSampler() : new SplunkRum.AlwaysOffSampler(),
203+
sampler: shouldTrace ? new SplunkRum.AlwaysOnSampler() : new SplunkRum.AlwaysOffSampler(),
204204
},
205205
});
206206
</script>

0 commit comments

Comments
 (0)