Skip to content

Commit

Permalink
hide event context field for mixpanel (segmentio#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcgilbert authored May 21, 2024
1 parent 6d56620 commit a88ef6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export const eventProperties: Record<string, InputField> = {
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'
}
Expand Down

0 comments on commit a88ef6b

Please sign in to comment.