sentry-docs
sentry-docs copied to clipboard
Apple installation with SwiftUI instructions
Our current docs assume an AppDelegate is available:
You should also initialize the SDK as soon as possible, such as in your AppDelegate application:didFinishLaunchingWithOptions method:
In SwiftUI, that's not the case. This task has the goal of improving the docs so that a SwiftUI option is available.