Closed StefanSchoof closed 2 years ago
Published v2.7.0 to NPM which includes the change to sync with application insights base 2.7.x
Did this ever make it into the package? I am still seeing this issue with
"@microsoft/applicationinsights-angularplugin-js": "^2.8.1", "@microsoft/applicationinsights-web": "^2.8.0",
Same here. Type 'AngularPlugin' is not assignable to type 'ITelemetryPlugin'. "@microsoft/applicationinsights-angularplugin-js": "^2.8.1", "@microsoft/applicationinsights-web": "^2.8.0",
@microsoft/applicationinsights-angularplugin-js v2.8.1 is not compatible with Application insights v.2.8.x, you should notice in the package.json that has 2.7.x listed as the compatible set. This was to address the angularplugin-js v2.8.0 issue which automatically updated to 2.8.0.
We have staged @microsoft/applicationinsights-angularplugin-js v2.9.0 which will be compatible with Application Insights v2.8.x, however, due to a couple of issues with Application insights (including v2.8.0 breaking TypeScript 3.x support) we need to release Application Insights v2.8.1 first to avoid compounding this issue even further -- this will (hopefully) occur today at which point I'll also publish @microsoft/applicationinsights-angularplugin-js v2.9.0 which should resolve this issue
https://github.com/microsoft/ApplicationInsights-JS/issues/1807
AI release milestone with all of the associated issues https://github.com/microsoft/ApplicationInsights-JS/milestone/62
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.
after update @microsoft/applicationinsights-web from 2.6.5 to 2.7.0 I get a build error: