Stefan Jandl

Results 192 comments of Stefan Jandl

Hi @michaelhly. Did the workaround work for you? A repro would be highly appreciated!

> I have sentry native SDK installed separately on a non-Unity iOS target Do I read that correctly: You're embedding the Unity game within another App?

> We're using [Unity as a library](https://unity.com/features/unity-as-a-library) The SDK does not really support this use case. There might be a workaround by disabling the Native SDKs and simply relying on...

> would Sentry-Unity find it and use it for the library components It does not due to the way is it set up right now. - The Unity SDK propagates...

We're going to follow up on this in: https://github.com/getsentry/sentry-unity/issues/1009 Getting it to work at the very least with native support disabled is definitely something we're interested in.

This might be related to something that came up in here: https://github.com/getsentry/sentry-unity/issues/920#issuecomment-1201207132 Sometimes, IL2CPP does not seem to generate line mappings.

Another approach would be to take care of this from within the "background worker" since he is the one not ready at that him.

> a `[GUID].ext` filename Are you trying to rename the screenshot or are you referring to your own files you're attaching?

Unity LTS 2020 supports `r19`

Thanks for raising this and providing the build logs. We'll try to reproduce this locally. It's an odd place to break tho.