nebsta
nebsta
> Hey @nebsta, > > I tried to reproduce the issue, but couldn't. I see that you have your own wrapper around SenrySpan. Can you share more details on how...
@philipphofmann classically I can't seem to replicate the issue anymore, so I'm unable to get the crash log for you. But by the sounds of it, it seems like it's...
@philipphofmann any update on a fix?
@philipphofmann are there any updates on this issue? We are currently blocked with upgrading to the latest sentry, as if we do, it will cause most (if not all) of...
> 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. This seem to...
> We fixed the issue of the missing reference mentioned in [#3977 (comment)](https://github.com/getsentry/sentry-cocoa/issues/3977#issuecomment-2358020031) with [#4050](https://github.com/getsentry/sentry-cocoa/issues/4050) shipped in 8.29.0. > > Now, we only need to fix this error. I bumped...
> [@nebsta](https://github.com/nebsta), unfortunately, all the crashes I see in our internal SDK crash detection are before [8.13.1](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131), in which we fixed a crash in `SentryTracer.finishInternal` with [#3333](https://github.com/getsentry/sentry-cocoa/pull/3333). I can't reproduce...
> [@nebsta](https://github.com/nebsta), thanks for the update. Can you share a stacktrace of a crash on a simulator? I can't seem to export the detailed stack trace. The best I can...
@philipphofmann I had a thought the other day. Are the span operations thread safe? Because we're currently calling span.finish within an actor, so it's being executed in the threadpool and...
> Hello [@nebsta](https://github.com/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...