-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.9.0
not sending telemetry information
#192
Comments
Will take a look, we made a larger change in 0.9 to reduce bundle size, but maybe that somehow messed up the sending. I will investigate further and see what might be happening here 👍 |
I just tried out a test extension I have with 0.9.0 and I receive events. I've not needed to do anything to upgrade, the extension was previously using 0.8.5 |
@lramos15 could this have anything to do with sending custom properties with events? Nearly all of our events contain custom properties. After reverting to |
Not sure I follow? Could you share an example telemetry call with this custom properties |
I was wondering whether or not you sent One example of a call to our
the function
The code can be found here: https://github.com/iterative/vscode-dvc/blob/main/extension/src/telemetry/index.ts#L75 |
Still trying to repro this but I am sending both properties and measurements without issue. |
@mattseddon Can you reproduce with a basic hello world extension sample that just has telemetry? |
Will close the issue as stale for now as I cannot reproduce but if you have an easy repro I would love to get this fixed for you |
No worries, I don't have time to try and set one up. The extension that I was working on can stay on the old version. Thanks. |
Thank you for the great package. We've been using it for a long time in vscode-dvc.
Last week shipped a version of the extension with
0.9.0
of@vscode/extension-telemetry
included. As you can see from the below graph, we have experienced a significant drop off in activity since we shipped the update:I have manually verified that there is an issue by installing the extension and triggering events. There were no issues in the
extension telemetry
output channel. However, no data is being received/recorded in Azure app insights for that session.Please LMK if I have done something wrong and there is further config required to upgrade from
0.8.5
to0.9.0
.Thanks
The text was updated successfully, but these errors were encountered: