Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created November 13, 2012 11:12
Show Gist options
  • Select an option

  • Save sadaco/4065261 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/4065261 to your computer and use it in GitHub Desktop.
send reports
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[BugSenseController sharedControllerWithBugSenseAPIKey:@"<Your BugSense API Key>"
userDictionary:nil
sendImmediately:YES];
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment