Skip to content

Commit 43b4c6f

Browse files
authored
telemetry(common): add new value to saveType metric #939
## Problem `saveType` metric (used for threat composer and step functions integrations) does not have an value for auto-sync event (i.e. when the content from webview is auto-synced with local file) ## Solution Add `AUTO_SYNC` value to the metric
1 parent 5ebdd76 commit 43b4c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,8 @@
16881688
"type": "string",
16891689
"allowedValues": [
16901690
"MANUAL_SAVE",
1691-
"AUTO_SAVE"
1691+
"AUTO_SAVE",
1692+
"AUTO_SYNC"
16921693
],
16931694
"description": "Type of save executed"
16941695
},

0 commit comments

Comments
 (0)