[Lens] allow user to disable auto apply (#125158)

This commit is contained in:
Andrew Tate 2022-03-04 08:13:16 -06:00 committed by GitHub
parent eb68e95acd
commit e694507960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1432 additions and 253 deletions

View file

@ -25,6 +25,12 @@ const eventsSchema: MakeSchemaFrom<LensUsage['events_30_days']> = {
type: 'long',
_meta: { description: 'Number of times the user opened the in-product formula help popover.' },
},
toggle_autoapply: {
type: 'long',
_meta: {
description: 'Number of times the user toggled auto-apply.',
},
},
toggle_fullscreen_formula: {
type: 'long',
_meta: {