Enable Debug ModeΒΆ
If you need to get a better look into what Fabric is doing behind the scenes, feel free to enable debug mode:
// Objective-C
[[Fabric sharedSDK] setDebug: YES];
[Fabric with:@[CrashlyticsKit]];
// Swift
Fabric.sharedSDK().debug = true
Fabric.with([Crashlytics.self()])
For example, you can get insight into whether Answers is enabled and sending events.