Skip to content

Commit 107ebf0

Browse files
authored
telemetry: codewhispererUsergroup is optional #858
As we're pivoting to service A/B, userGroup will not be used in the future, hence making it optional for now.
1 parent bb900d3 commit 107ebf0

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4187,7 +4187,8 @@
41874187
"type": "codewhispererTriggerType"
41884188
},
41894189
{
4190-
"type": "codewhispererUserGroup"
4190+
"type": "codewhispererUserGroup",
4191+
"required": false
41914192
},
41924193
{
41934194
"type": "credentialStartUrl",
@@ -4220,7 +4221,8 @@
42204221
"type": "codewhispererTotalTokens"
42214222
},
42224223
{
4223-
"type": "codewhispererUserGroup"
4224+
"type": "codewhispererUserGroup",
4225+
"required": false
42244226
},
42254227
{
42264228
"type": "credentialStartUrl",
@@ -4365,7 +4367,8 @@
43654367
"type": "codewhispererTriggerType"
43664368
},
43674369
{
4368-
"type": "codewhispererUserGroup"
4370+
"type": "codewhispererUserGroup",
4371+
"required": false
43694372
},
43704373
{
43714374
"type": "credentialStartUrl",
@@ -4517,7 +4520,8 @@
45174520
"type": "codewhispererTriggerType"
45184521
},
45194522
{
4520-
"type": "codewhispererUserGroup"
4523+
"type": "codewhispererUserGroup",
4524+
"required": false
45214525
},
45224526
{
45234527
"type": "credentialStartUrl",
@@ -4601,7 +4605,8 @@
46014605
"type": "codewhispererTriggerType"
46024606
},
46034607
{
4604-
"type": "codewhispererUserGroup"
4608+
"type": "codewhispererUserGroup",
4609+
"required": false
46054610
},
46064611
{
46074612
"type": "credentialStartUrl",
@@ -4650,7 +4655,8 @@
46504655
"type": "codewhispererTriggerType"
46514656
},
46524657
{
4653-
"type": "codewhispererUserGroup"
4658+
"type": "codewhispererUserGroup",
4659+
"required": false
46544660
},
46554661
{
46564662
"type": "credentialStartUrl",
@@ -4777,7 +4783,8 @@
47774783
"type": "codewhispererTypeaheadLength"
47784784
},
47794785
{
4780-
"type": "codewhispererUserGroup"
4786+
"type": "codewhispererUserGroup",
4787+
"required": false
47814788
},
47824789
{
47834790
"type": "credentialStartUrl",

0 commit comments

Comments
 (0)