Dhiogo Brustolin
Dhiogo Brustolin
Hello @P-Foley-Trustpilot can you share the error Xcode 16 gives with version 8.20.0?
Oh yes. We have fixes for those missing references. And Im sorry, but we dont have any feedback on the Span issue, we couldn't reproduce it.
I see. Yeah, maybe @philipphofmann knows something that I dont. Let me align with him.
Hello @nebsta, span operations are thread safe, finishing it outside the main actor should not cause a problem. Do you have Sentry profiling enabled? If so, can you test without...
> The question is that if we don't finish a span/transaction, could there be issue here if we try to finish the same span/transaction when a previous one wasn't finished...
The snippet provided is the solution we suggest. The SDK has no way to detect whether the APP hang is caused by memory swap or a actual problem of the...
Sorry @demonukg, nothing to report yet.
Thanks for the suggestion @JohannesPtaszyk, we will investigate the possibility to have this feature.
> cc @brustolin - maybe this rings a bell? No, this is the first time I see this error.
Swift snippet ```Swift import Network import CoreTelephony func checkNetworkType() { let monitor = NWPathMonitor() let queue = DispatchQueue(label: "NetworkMonitor") monitor.pathUpdateHandler = { path in if path.status == .satisfied { //...