Last active
February 9, 2020 16:42
-
-
Save thiagolioy/94cb532ce99b073c88e786664bee7d34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | |
let instabugKey = Secrets.instabugKey.secret() | |
Instabug.start(withToken: instabugKey, invocationEvents: [.shake, .screenshot]) | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment