From ebc77d3cb2f3ef288913cce80a292ca0389a08e7 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Tue, 11 Jul 2023 14:59:49 +0000 Subject: [PATCH] getsentry/relay@1e898d7476fafda04e3db8d86aaad868ea5da71a --- relay/event.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/event.schema.json b/relay/event.schema.json index 0ee1666..281928b 100644 --- a/relay/event.schema.json +++ b/relay/event.schema.json @@ -921,7 +921,7 @@ ] }, "Contexts": { - "description": " The Contexts Interface provides additional context data. Typically, this is data related to the\n current user and the environment. For example, the device or application version. Its canonical\n name is `contexts`.\n\n The `contexts` type can be used to define arbitrary contextual data on the event. It accepts an\n object of key/value pairs. The key is the “alias” of the context and can be freely chosen.\n However, as per policy, it should match the type of the context unless there are two values for\n a type. You can omit `type` if the key name is the type.\n\n Unknown data for the contexts is rendered as a key/value list.\n\n For more details about sending additional data with your event, see the [full documentation on\n Additional Data](https://docs.sentry.io/enriching-error-data/additional-data/).", + "description": " The Contexts interface provides additional context data. Typically, this is data related to the\n current user and the environment. For example, the device or application version. Its canonical\n name is `contexts`.\n\n The `contexts` type can be used to define arbitrary contextual data on the event. It accepts an\n object of key/value pairs. The key is the “alias” of the context and can be freely chosen.\n However, as per policy, it should match the type of the context unless there are two values for\n a type. You can omit `type` if the key name is the type.\n\n Unknown data for the contexts is rendered as a key/value list.\n\n For more details about sending additional data with your event, see the [full documentation on\n Additional Data](https://docs.sentry.io/enriching-error-data/additional-data/).", "anyOf": [ { "type": "object",