Philipp Hofmann

Results 731 comments of Philipp Hofmann

@zcohan, yes from our [docs](https://docs.sentry.io/platforms/apple/configuration/app-hangs/) ```swift options.enableAppHangTracking = false ``` @zcohan, can you elaborate on why you find them really unhelpful, so we can improve them?

We have a GH discussion https://github.com/getsentry/sentry-cocoa/discussions/2715 for tracking false app hang positives. Let's keep this issue focused on `NSAlert.runModal`

Thanks for the info, @zachwaugh.

Yes, @akbashev. Not much you can do than turn this off until we find a fix for the root cause.

I think the reason is that the manual transaction started here isn't bound to the scope. https://github.com/getsentry/sentry-cocoa/blob/061c982c8616fa6ca7f0762998f39a8f4d8d2fc2/Samples/iOS-Swift/iOS-Swift/TransactionsViewController.swift#L184 You can do this by changing the code to ``` spans.append(SentrySDK.startTransaction(name: "Manual Transaction",...

We finally got a sample event with a raw [MXDiagnosticPayload.json](https://github.com/user-attachments/files/17280627/MXDiagnosticPayload.json). Big thanks to @brustolin for sharing the data with us from his [personal project](https://brustolin.sentry.io/issues/5656146470/?project=5579037&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D%20mx&referrer=issue-stream&statsPeriod=30d&stream_index=0).

That's a good catch, @trst74 💯 . Thanks, for pointing this out. I think it would make sense to change the logic to set a userID if no userID is...

> Mobile-team-relevant changes in https://github.com/getsentry/sentry-docs/commit/676f35ded8151adf78a664aac08f635251e6ac35 This only affects React-Native, so I leave this to @krystofwoldrich.

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 to initialize your...

Thanks for the update, @nebsta. The full crash report would be helpful. I think I see a couple of occurrences of this in our [internal SDK crash detection](https://sentry.sentry.io/issues/?project=4505469596663808&query=is%3Aunresolved+finishinternal&referrer=issue-list&sort=user&statsPeriod=14d).