Skip to content

Commit

Permalink
Removed email from test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Mar 7, 2019
1 parent 81c438e commit e81df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrashReporterWPFTest/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static void CurrentDomainOnUnhandledException(object sender, UnhandledEx

public static void SendReport(Exception exception, string developerMessage = "", bool silent = true)
{
var reportCrash = new ReportCrash("[email protected]")
var reportCrash = new ReportCrash("Email where you want to receive crash reports.")
{
DeveloperMessage = developerMessage,
Silent = silent
Expand Down

0 comments on commit e81df0f

Please sign in to comment.