aws-observability / aws-rum-web

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

fix: XhrPlugin cleans cache on every record #454

Closed williazz closed 9 months ago

williazz commented 9 months ago

closes #452

XhrPlugin is leaking memory because the internal map is never cleaned. This is causing the web client to be unusable for customers with a high volume of xhr requests.


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