Skip to content

Commit

Permalink
Update default value for the enable_mobile variable in unified (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Hunt authored Dec 7, 2023
1 parent a1f490c commit 1363123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export const Schema = {
type: 'boolean',
title: 'Enable Mobile Data',
longDescription: 'Flag to process mobile events throughout the package.',
packageDefault: 'false',
packageDefault: 'true',
group: 'Warehouse and Tracker',
},
snowplow__enable_web: {
Expand Down

0 comments on commit 1363123

Please sign in to comment.