Skip to content

Commit

Permalink
telemetry(common): add new value to saveType metric #939
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
witness-me authored Dec 16, 2024
1 parent 5ebdd76 commit 43b4c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,8 @@
"type": "string",
"allowedValues": [
"MANUAL_SAVE",
"AUTO_SAVE"
"AUTO_SAVE",
"AUTO_SYNC"
],
"description": "Type of save executed"
},
Expand Down

0 comments on commit 43b4c6f

Please sign in to comment.