Skip to main content
Version: 8.0.1

Enabling DryRun mode

Prevent issues from being reported to the dashboard.
Only to be used in development environment.

During development, you can set the dryRun API, so that the issues raised will not be sent to the server.

Please note that the framework will be active and working normally even with the flag enabled except that issues wont be sent to the server.

ExtensionDelegate Class:



- (void)applicationDidFinishLaunching {
[Fn initialize:self];
[Fn dryRun];
}

When preparing for production release, make sure to unset the DryRun API.