Skip to content

Commit

Permalink
Modify ReproInsight example project
Browse files Browse the repository at this point in the history
  • Loading branch information
threetreeslight committed Sep 8, 2014
1 parent 698e78b commit 19208f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/ReproInsight/ReproInsight/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
// Override point for customization after application launch.

[ReproInsight setupWithToken:@"YOUR_APP_TOKEN"];
[ReproInsight setUserAnnotation:@"user_2521312"];
[ReproInsight setUserID:@"user_2521312"];
[ReproInsight enableCrashReporting];
return YES;
}
Expand Down

0 comments on commit 19208f9

Please sign in to comment.