Philipp Hofmann
Philipp Hofmann
Let's replace `app.context.device_app_hash` with the installationID, which we already do on Android. We have to do this in the next major. While this doesn't violate Apple's Privacy Policy, we don't...
It also fails for `SwiftUITestSampleUITests.testCrash()` here: https://github.com/getsentry/sentry-cocoa/actions/runs/15879487502/job/44775669032
@noahsmartin, what we can already do now is to have a sample app that crashes based on an env variable instead of using XCTest and then validate a stored crash...
No, sorry, not yet. You can filter transactions in `beforeSend` until we add this feature, @sentryadam0000345.
Maybe consider https://developer.apple.com/documentation/docc instead.
Did you, @kevinrenskers, try the `xcodebuild docbuild` command, see https://developer.apple.com/documentation/xcode/distributing-documentation-to-external-developers?
Maybe worth checking out @kevinrenskers https://stackoverflow.com/questions/71199393/how-can-i-publish-on-github-using-docc. If using DocC, please consider `--enable-inherited-docs`, see https://forums.swift.org/t/what-is-the-impact-effect-of-the-enable-inherited-docs-with-docc-convert/53812
Oh now 🙈
> The DocC documentation compiler converts Markdown-based text into rich documentation for Swift and Objective-C projects, and displays it right in the Xcode documentation window. https://developer.apple.com/documentation/docc. At least their docs...
> https://stackoverflow.com/questions/74263875/using-docc-for-an-objective-c-project Nope sorry I didn't 😁