Philipp Hofmann
Philipp Hofmann
I removed this issue from the 10.0 project because first we should make it GA. Then we can consider turning on by default in 10.0 if it works correctly. So...
We might use a prompt as mentioned in https://github.com/getsentry/sentry-cocoa/issues/7014#issuecomment-3635920987 to automate this.
Related RFC [https://github.com/getsentry/rfcs/pull/148](https://github.com/getsentry/rfcs/pull/148)
@philprime, I think you already did some work here. Can you please link some related PRs and maybe write a short update what is still missing?
I wouldn't remove the close API; I'd add a comment explaining that it's best-effort. We try to undo as much as we can, but things like hooks for crash handling...
Hey @tonyarnold, the raw crashlog in `.ips` format already contains much information. Can you please answer the following questions to understand your use case better: 1. Why do you want...
@tonyarnold, Sentry doesn't support your desired use case at the moment, as we don't have endpoints to upload or parse .ips or .crash files today. We don't have plans to...
I investigated this issue as https://github.com/getsentry/sentry-unreal already uses some type of apple crash reports. The [envelope endpoint of Relay](https://github.com/getsentry/relay/blob/4ed7d5fcec0caa3ca5db9f616527dcd612bfd5e4/relay-server/src/envelope.rs#L341) has an envelope attachment type of AppleCrashReport. You can manually ingest...
Closing this makes sense.
Thanks for the context, @JakeShirley. We (@szokeasaurusrex and @kahest) just discussed this internally, and we agreed that it makes sense to do this via the sentry-cli. The sentry-cli can parse...