Skip to content
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

auto profiling telemetry tweak #164259

Merged
merged 4 commits into from
Oct 21, 2022
Merged

auto profiling telemetry tweak #164259

merged 4 commits into from
Oct 21, 2022

Conversation

jrieken
Copy link
Member

@jrieken jrieken commented Oct 21, 2022

reuse the same code to send the telemetry data for
the renderer and the extension host

send telemetry event without annotated stacktraces
send fake error event with annotated stacktraces

This is for #163819

reuse the same code to send the telemetry data for
the renderer and the extension host

send telemetry event without annotated stacktraces
send fake error event with annotated stacktraces
@jrieken jrieken self-assigned this Oct 21, 2022
@jrieken jrieken enabled auto-merge (squash) October 21, 2022 15:35
@jrieken jrieken requested a review from lramos15 October 21, 2022 15:35
Copy link
Member

@lramos15 lramos15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Telemetry stuff looks good, just the heads up about the error website

Copy link
Member

@lramos15 lramos15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I missed this, we cannot have dynamic event names as it's impossible to classify what is being sent in the catalog

@jrieken jrieken requested a review from lramos15 October 21, 2022 16:55
logService.error(fakeError);

// send telemetry event
telemetryService.publicLog2<TelemetrySampleData, TelemetrySampleDataClassification>(`unresponsive.sample`, {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for templated string here

@jrieken jrieken merged commit 2ea3c82 into main Oct 21, 2022
@jrieken jrieken deleted the joh/representative-hoverfly branch October 21, 2022 18:12
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants