Philipp Hofmann
Philipp Hofmann
Thanks for reporting this, @SebastianKumor-Oura. I found a potential root cause We use a lock for removing all objects of the listeners here https://github.com/getsentry/sentry-cocoa/blob/45e9fb14f5094d84db2d37539834b97ed4d6e687/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesTracker.swift#L117-L119 Here we don't use locks but...
@SebastianKumor-Oura, sorry no we don't have an ETA, but we're are going to fix the root cause at some point.
Thanks for the info @GianmarcoSalerno.
@kingnight, do I understand correctly that you call `setUser` before `SentrySDK.start`, and it doesn't work, and you expect it to work? If yes, that's kind of per design. You have...
OK, I don't understand what exactly you mean by > no date set successfully Please explain in more detail, @kingnight
> Can I downgrade the SDK version in the production app ? Yes, between these versions, it should be possible without issues. I just tried this with one of our...
Ah there's a race condition happening in that case. Yes, we need to fix this. Thanks for the info, @kingnight.
MacOS version works on Cocoa: https://sentry-sdks.sentry.io/issues/5310027106/events/1b44a1146aab4fc98a547b815e22b8da/ 
I don't see that completed for Unity, see https://docs.sentry.io/platforms/unity/.
@cursor implement this feature and look how the angular wizard does this, but instead of a button click keep the `SentrySDK.capture(message: "This app uses Sentry! :)")\n` after the `SentrySDK.start`, because...