Skip to content

Instantly share code, notes, and snippets.

@thiagolioy
Last active February 9, 2020 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagolioy/94cb532ce99b073c88e786664bee7d34 to your computer and use it in GitHub Desktop.
Save thiagolioy/94cb532ce99b073c88e786664bee7d34 to your computer and use it in GitHub Desktop.
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