aws-observability / aws-rum-web

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

fix: Remove unnecessary TTIPlugin import #475

Closed ps863 closed 7 months ago

ps863 commented 7 months ago

An import in the newly released TTI plugin uses an absolute import. This appears to be causing issues with a users' tests.

This change removes the import entirely as it is unnecessary.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.