Philipp Hofmann
Philipp Hofmann
Ah, now I think I get it. So you want the [failure_rate](https://docs.sentry.io/product/performance/metrics/#failure-rate) in Sentry to include crashes? Or do you measure the availability of your transactions? That's a valid use...
Another idea: we could go with option B but only serialize parts of the transaction. Maybe only the root span, including some metadata, could be enough.
We plan to start with option A behind a feature flag. If it doesn't work correctly, we can reconsider option B.
@armcknight, can you elaborate on why you need the link between Sentry and GH actions? I was talking to @brustolin today, and we both never look at the events in...
Then, let's go with the different DSN for CI runs.
⬆ that makes sense. So, both extra DSN and cross-reference URLs would make sense.
I get a different error when adding sentry-cocoa via SPM to an empty visionOS project. We have to investigate this and fix it. Thanks for reporting this, @longda. Furthermore, I'm...
Yes, we can't calculate it when the OS kills the app, but we can calculate it if it doesn't.
Maybe we could also detect if the user terminates the app because it kept hanging, and report this as a special type of app hang.
We fixed this as the package property should contain the full path of the assembly, see [develop docs](https://develop.sentry.dev/sdk/event-payloads/stacktrace/): > The "package" the frame was contained in. Depending on the platform,...