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
Use raw app insights keys for the telemetry reporter (#1116)
Our telemetry setup doesn't work with vscode-extension-telemetry 0.9.0+,
after they updated their internal app insights reporter dependency.
Debugging the issue showed that app insights reporter silently fails
with 400 errors, saying that instrumentation key params are incorrect.
The usage docs explicitly mention to use "Instrumentation Key" while
creating the reporter instance, not the "Connection String" which we
were using in our setup. After changing it to they keys I can confirm
that the events finally come through (in staging azure "deco-vscode" app
insights)q
0 commit comments