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

[BUG] @microsoft/applicationinsights-web-snippet version 1.1.1 type problem #2284

Closed
siyuniu-ms opened this issue Mar 1, 2024 · 0 comments
Closed
Assignees

Comments

@siyuniu-ms
Copy link
Contributor

Description/Screenshot
The @microsoft/applicationinsights-web-snippet package version 1.1.1's type file is consuming @microsoft/applicationinsights-web version 3.1.0 with the code import { IConfiguration } from "@microsoft/applicationinsights-web"; in type.d.ts.
During compile, the build tool is asking for a dep on @microsoft/applicationinsights-web

  • SDK Version 1.1.1

Expected behavior
there should not be a dep on @microsoft/applicationinsights-web

Additional context
For user using 1.1.1 now, please add @microsoft/applicationinsights-web version 3.1.0 in devdep to avoid compile problem (normal npm install would not cause the problem, only tools such as rush would cause the problem)
We are going to fix it in the next 1.1.2 release which is targeted to be published at 3/4.

@siyuniu-ms siyuniu-ms self-assigned this Mar 1, 2024
@siyuniu-ms siyuniu-ms added fixed - waiting release PR Committed and waiting deployment released - NPM and removed fixed - waiting release PR Committed and waiting deployment labels Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant