Skip to content

Commit

Permalink
fix(repro): fix used id string
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Nov 7, 2015
1 parent c105b14 commit cae717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/ReproExample/ReproExample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

[Repro setup:@"YOUR_APP_TOKEN"];

[Repro setUserID:@"USER_ID"];
[Repro setUserID:@"[email protected]"];
[Repro enableCrashReporting];
[Repro startRecording];
return YES;
Expand Down

0 comments on commit cae717e

Please sign in to comment.