Philipp Hofmann
Philipp Hofmann
> [@philipphofmann](https://github.com/philipphofmann) I believe the main point is the form screen isn't it? Yes, but I guess many iOS developers don't want a Sentry-flavored form screen but rather design their...
@armcknight, yes, that makes sense. Thanks for explaining 😀.
> I think it's fine to avoid dealing with that edge case. If someone complains, we should probably just tell them "don't do that" but we can always try to...
Thank you @denrase and thanks @brustolin for approving the PR.
The problem is that `beforeSend` for an event runs after we modify the session state. We would need a different hook. Let me double-check if we have something similar for...
The Java SDK has the session update logic in the [client](https://github.com/getsentry/sentry-java/blob/d4b1f82d2bdf3415427ba550509483bbf210d787/sentry/src/main/java/io/sentry/SentryClient.java#L144-L168) which runs after beforeSend. I think we should move the session logic from the hub to the client and...
@Angelodaniel, if CFSR is the crash-free session rate, then no. Sampling has no impact on it.
Yes, we currently only attach the memory usage info to profiles. @brustolin should know where to put it for SRs 😃.
I can reproduce this issue with our macOS sample app by throwing a fatal CPP Exception https://github.com/getsentry/sentry-cocoa/blob/649d9405632d115712a1e4135287f311df713688/Samples/macOS-Swift/macOS-Swift/CppSample.cpp#L7 I went back to 8.22.0, but it didn't work back then. We have...
Thanks for the update, @abejfehr. This helps us to prioritize this higher, but I can't give you an ETA yet.