From a88ef6b780e37b9ee123fbc8fc44e46a118daa43 Mon Sep 17 00:00:00 2001 From: Thomas Gilbert <64277654+tcgilbert@users.noreply.github.com> Date: Tue, 21 May 2024 11:34:50 -0400 Subject: [PATCH] hide event context field for mixpanel (#2010) --- .../src/destinations/mixpanel/mixpanel-properties.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/destination-actions/src/destinations/mixpanel/mixpanel-properties.ts b/packages/destination-actions/src/destinations/mixpanel/mixpanel-properties.ts index b2965e2d7c..cb8d5ac776 100644 --- a/packages/destination-actions/src/destinations/mixpanel/mixpanel-properties.ts +++ b/packages/destination-actions/src/destinations/mixpanel/mixpanel-properties.ts @@ -344,6 +344,7 @@ export const eventProperties: Record = { label: 'Event context', description: 'An object of key-value pairs that provides useful context about the event.', type: 'object', + unsafe_hidden: true, default: { '@path': '$.context' }