sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Memory leaks in iOS SentryNativeBridge

Open etnlgd opened this issue 1 year ago • 3 comments
trafficstars

Environment

How do you use Sentry? self-hosted

Which version of the SDK? 1.8.0

How did you install the package? (Git-URL, Assetstore) Git-URL

Which version of Unity? 2020.3.11f1

Is this happening in Unity (editor) or on a player like Android, iOS, Windows? iOS

Steps to Reproduce

Debug.Log lots of things

Expected Result

No memory leaks

Actual Result

Memory leak found in the screenshot. @autoreleasepool should be added in every callbacks in the Plugins/iOS/SentryNativeBridge.m

Any logs or screenshots

img_v3_029t_7bff532f-1b5e-4712-91f5-6593eb97f36g

etnlgd avatar Apr 13 '24 02:04 etnlgd