-
Notifications
You must be signed in to change notification settings - Fork 244
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]: TS error using reactPlugin as an extension in new ApplicationInsights #2103
Comments
Which versions of the components are you using?
See also React Plugin Issue 32 |
Upgrading typescript to v5 has no impact on the issue |
Yeh, this issue is because v3.4.3 is not (TypeScript) compatible with v3.0.2 -- Yet And yes, we would not expect TS 5.x to make any difference, the basic issue is that AI 3.x changed the interface typings (which is what TypeScript is complaining about) -- but at runtime they are compatible, well this specific one at least. |
An updated version of the React Plugin has now been published -- closing |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description/Screenshot
After upgrading packages
@microsoft/applicationinsights-react-js
and@microsoft/applicationinsights-web
to newest an TS error occurred:Steps to Reproduce
Expected behavior
Additional context
Code was made following docs as shown here https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-framework-extensions?tabs=react
The text was updated successfully, but these errors were encountered: