You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Moving telemetry configuration into registry keys so that it can be modified without a code change
* Recording telemetry before flushing the cache so that account id is still captured in the telemetry call
<registryKeykey="aws.telemetry.endpoint"description="Endpoint to use for publishing AWS client-side telemetry"defaultValue="https://client-telemetry.us-east-1.amazonaws.com"restartRequired="true"/>
232
+
<registryKeykey="aws.telemetry.identityPool"description="Cognito identity pool to use for publishing AWS client-side telemetry"defaultValue="us-east-1:820fd6d1-95c0-4ca4-bffb-3f01d32da842"restartRequired="true"/>
233
+
<registryKeykey="aws.telemetry.region"description="Region to use for publishing AWS client-side telemetry"defaultValue="us-east-1"restartRequired="true"/>
231
234
<registryKeykey="aws.credentialProcess.timeout"description="AWS Credential Process timeout (ms)"restartRequired="false"defaultValue="30000"/>
232
235
<registryKeykey="aws.debuggerAttach.timeout"description="Time allowed for debuggers to attach before timing out (ms)"restartRequired="false"defaultValue="60000"/>
233
236
<registryKeykey="aws.feature.ecsCloudDebug"description="Enables the Cloud Debug for ECS set of features"restartRequired="false"defaultValue="true"/>
0 commit comments