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

Export Common Telemetry classes in Snippet #1159

Merged
merged 8 commits into from
Jan 28, 2020

Conversation

markwolff
Copy link
Contributor

@markwolff markwolff commented Jan 14, 2020

  • Re-export Common Telemetry classes via Microsoft.ApplicationInsights.Telemetry as done in legacy SDK
  • Fix issue in snippet causing startTrackundefined to be lazy defined

@markwolff markwolff requested a review from a team as a code owner January 14, 2020 01:11
@markwolff markwolff changed the title Export Export Common Telemetry classes in Snippet Jan 14, 2020
@@ -46,7 +46,7 @@ var aisdk = window[aiName] || (function (aiConfig) {
createLazyMethod("start" + trackPage);
createLazyMethod("stop" + trackPage);

var trackEvent = track + method[0];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wow! very subtle error to spot!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops forgot to add this to the PR notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants