aws-observability / aws-rum-web

Amazon CloudWatch RUM Web Client
Apache License 2.0
119 stars 65 forks source link

[Bug]: #474

Closed cirigiddaNithish91 closed 9 months ago

cirigiddaNithish91 commented 10 months ago

Which web client version did you detect this bug with?

"aws-rum-web": "^1.16.0",

What environment (build systems, module system, and framework) did you detect this bug with?

"@angular/compiler": "^16.2.12", "@types/jasmine": "~3.10.18", "@types/node": "^18.18.6", "typescript": "^4.9.3"

Is your web application a single page application (SPA) or multi page application (MPA)?

None

Please provide your web client configuration

No response

Please describe the bug/issue

when i am trying to upgrade the version aws-rum-web from 1.15.0 to 1.16.0 unit test are failing and unable to find the plugins/types

Screenshot 2023-12-06 at 12 56 20

adebayor123 commented 10 months ago

@ps863

ps863 commented 10 months ago

Hi @cirigiddaNithish91 , Thank you for reaching out. A few questions:

ps863 commented 10 months ago

Was not able to replicate this on my sample application and its bit difficult without exact details on build system and test framework being. The import in the screenshot is unnecessary and therefore has been removed. Will release a patch which should fix this

ps863 commented 9 months ago

We have released web client v1.16.1. Please upgrade and try again. This change reports the import you shared in the screenshot above and so it should resolve the issue you were seeing. Feel free to re-open the issue if you have more questions/issue is not resolved.