Commit 6fba6bb
authored
chore(telemetry): remove info task telemetry call (#3487)
this commit removes a telemetry call from stencil for the info task.
this call never actually worked, and is something that we don't feel we
want/need to collect.
it also has an additional positive side effect for making the stencil
configuration entity stricter - this call was placed before
loading/validating a configuration (because doing so is not required to
run the info task, making it faster). as `ValidatedConfig` grew in size,
additional fields were added to make a bespoke validated config.
removing this call removes the need to maintain the config used, making
the process of making `ValidatedConfig` stricter slightly easier1 parent 22d9858 commit 6fba6bb
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 78 | + | |
86 | 79 | | |
87 | 80 | | |
88 | 81 | | |
| |||
0 commit comments