Philipp Hofmann

Results 731 comments of Philipp Hofmann

@ShiBody, you can shorten the paths in `beforeSend` by modifying the `event.stacktrace` or `event.threads`. Would that work for you?

You still have assign the frames back to the stacktrace and back to the thread and then back to the event. Furthermore, you have to return the event in the...

I'm happy that it works @ShiBody, but we should still fix this on our end. We don't need to provide a toggle. Trimming these paths on macOS should be the...

Didn't make it to this one in a long time. I will open a new one once I tackle this.

You can finish #4542 if you have the time, @brustolin. No worries.

Thanks for reporting this @sindresorhus. I see a few occurences of this in our internal [SDK crash detection](https://sentry.sentry.io/issues/4382933036/?project=4505469596663808&query=is%3Aunresolved%20SentryConnectivityCallback&referrer=issue-stream&sort=user&stream_index=0). I'm unsure what causes this. It makes sense to switch to using...

Hey @dsychev80, I have a few questions, which I will number through this issue so it's easier for you to reply. Your logs show failed requests. 1. Do our breadcrumbs...

This looks more like a problem with symbolication. I'm going to transfer this issue to the main repo. This could be related to https://github.com/getsentry/sentry/issues/79268.

> Is a fixed time a better app hang use case than a fixed number of tasks? The problem is that in CI the for loop with a fixed number...

## Summary of internal Slack Discussion When we built the app hang detection V1, we also investigated using CFRunLoopObserver with dispatch semaphores to detect app hangs. We identified that this...