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' }