diff --git a/src/platforms/common/enriching-events/context.mdx b/src/platforms/common/enriching-events/context.mdx index 765dd78777f89..9a196f5c7f8d7 100644 --- a/src/platforms/common/enriching-events/context.mdx +++ b/src/platforms/common/enriching-events/context.mdx @@ -21,7 +21,15 @@ If you need to be able to search on custom data, [use tags](../tags) instead. ## Structured Context -The best practice to attach custom data is via structured contexts. A context must always be a dictionary or map, and its values can be arbitrary. + + The best way to attach custom data is with a structured context. A context + must always be an object and its values can be arbitrary. + + + + The best way to attach custom data is with a structured context. A context + must always be an object and its values can be arbitrary. +