Andrew McKnight

Results 173 comments of Andrew McKnight

If we're adding the Sentry SDK directly to one of the AlamoFire example projects, you could try integrating it via CocoaPods/Carthage/SPM instead, both to see if the resultant changes still...

Hm, it sounds like we might need something like https://github.com/getsentry/sentry-cocoa/pull/1726 first. If SPM links Sentry statically, then framework-style imports probably won't work.

> But how do we know if the frame was slow or frozen? We talked about this in profiling but decided at the time we could compute this server-side, since...

An alternative approach is to not keep the stack trace in memory, and write it out to disk (it can be deserialized back into memory outside of the thread-suspended sector)....

SGTM! Then if it’s ever decided to take on https://github.com/getsentry/sentry-cli/issues/1092, we can revisit other flags/options to provide as mentioned in the description.

So it sounds like we can leave the onus on the consumer for whether to emit a warning or error, depending on their preferences. We could just include that tidbit...

@philipphofmann absolutely, here's the draft: https://github.com/getsentry/sentry-docs/pull/5147