Andrew McKnight
Andrew McKnight
See also https://github.com/getsentry/sentry-cocoa/discussions/1094#discussioncomment-3521972
The problem is that you cannot map system time to NSDate in the presence of the edge cases I've described. My proposition is that we keep both, using absolute time...
KSCrash does have its own routine using sysctl, here it is in the Sentry fork: https://github.com/getsentry/sentry-cocoa/blob/60455bdb4572a4c1e4b604cc1735a3195730939f/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m#L275-L310 I also was just working on this same problem for profiling purposes, which is...
I'm also encountering this crash. I tried removing bazel output directories, `~/Applications/Tulsi.app/` and `~/Library/Application\ Support/Tulsi/` and nothing fixes it. Edit to add this sample project that I'm using: [bazel-test-in-xcode.zip](https://github.com/bazelbuild/tulsi/files/4957152/bazel-test-in-xcode.zip)
I have the same issue. I use rbenv to manage my rubies, and bundler to declare my cocoapods toolchain dependency in my repo. Could it be because I can't execute...
Is this example reporting that TTID == TTFD? It's a bit confusing because I expect TTFD to always come after TTID, even if they're equal, but that's not what the...
> TTFD is shortly after TTID Definitely seems like there's a bug in the frontend since in your screenshot it shows TTFD and then TTID. That should never happen IIUC.
I'm still a bit unclear as to what we expect to see in the screenshot. It seems like TTFD should be at the end of `ui.load.full_display`, is that right? This...
Looks like it was added in https://github.com/getsentry/sentry-cocoa/pull/2271?
There is also a use of SHA1 in the crash reporter: https://github.com/getsentry/sentry-cocoa/blob/main/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m#L424