Skip to content

Commit ff279c0

Browse files
Update docs/platforms/unreal/configuration/sampling.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 90a40fe commit ff279c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/unreal/configuration/sampling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The information contained in the <PlatformIdentifier name="sampling-context" />
6565

6666
### Custom Sampling Context Data
6767

68-
When using custom instrumentation to create a transaction, you can add data to the <PlatformIdentifier name="sampling-context" /> by passing it as an optional second argument to <PlatformIdentifier name="start-transaction" />. This is useful if there's data to which you want the sampler to have access but which you don't want to attach to the transaction as `tags` or `data`, such as information that's sensitive or that’s too large to send with the transaction. For example:
68+
When using custom instrumentation to create a transaction, you can add data to the <PlatformIdentifier name="sampling-context" /> by passing it as an optional second argument to <PlatformIdentifier name="start-transaction" />. This is useful if there's data you want the sampler to have access to, but you don't want to attach it to the transaction as `tags` or `data`, such as information that's sensitive or that’s too large to send with the transaction. For example:
6969

7070
<PlatformContent includePath="performance/custom-sampling-context" />
7171

0 commit comments

Comments
 (0)