From 68def1ee9d2437fb6fff6109b61238b6891dda62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Andra=C5=A1ec?= Date: Mon, 4 Sep 2023 12:34:13 +0000 Subject: [PATCH] getsentry/relay@c5834bf8d3eae342fb2c2ea64b7c25baac64ee3f --- relay/event.schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/relay/event.schema.json b/relay/event.schema.json index 281928b..4b7dd5a 100644 --- a/relay/event.schema.json +++ b/relay/event.schema.json @@ -474,6 +474,20 @@ "boolean", "null" ] + }, + "view_names": { + "description": " The names of the currently visible views.", + "default": null, + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } } }, "additionalProperties": false