Closed FranCedron2690 closed 7 months ago
Thanks for opening the issue.
We've tested and also see memory leaks mostly related to the NTP library. I'm working on a solution and will have an update soon.
Thank you so much!! I will look forward to the new version
the fix is already available starting from v1.0.1
In my app develped with UIKit, I am launching the Elastic APM Agent when app is launched on AppDelegate/ didFinishLaunchingWithOptions in a method with this code:
let config = AgentConfigBuilder() .withServerUrl(url) .withSecretToken(secretToken) .build()
I haven't more code related with Elastic APM, only this. Since elasitc APM is launched, i see memory a lots of memory leaks when I profile my app with Intruments/Leaks.
I can solved some of thems if i a disable ViewControllerInstrumentation and LifecycleEvents because in my case are not important, but there are other memory leaks.
¿I am doing something wrong? ¿Is there some release that solve this?