-
Notifications
You must be signed in to change notification settings - Fork 4
Add node.js app insights package #64
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
Add node.js app insights package #64
Conversation
sdk/feature-management-applicationinsights-node/src/telemetry.ts
Outdated
Show resolved
Hide resolved
…ent-JavaScript into zhiyuanliang/app-insights-node-package
f65473d to
fc961af
Compare
…ent-JavaScript into zhiyuanliang/app-insights-node-package
| typescript({ | ||
| compilerOptions: { | ||
| "lib": [ | ||
| "DOM", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need DOM in this node package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reused the rollup.config left by @Eskibear . I guess this is from some template? Will figure it out later. But in this PR, I don't mind keeping them.
No description provided.