Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created November 13, 2012 13:36
Show Gist options
  • Save sadaco/4065796 to your computer and use it in GitHub Desktop.
Save sadaco/4065796 to your computer and use it in GitHub Desktop.
Set up BugSense
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[BugSenseController sharedControllerWithBugSenseAPIKey:@"<Your BugSense API Key>"];
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment