Skip to content

Commit

Permalink
Updated the sample wpf app
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 18, 2016
1 parent cc54750 commit f5bd3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Samples/SampleWpf/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Exceptionless.SampleWpf {
public partial class App : Application {
private void Application_Startup(object sender, StartupEventArgs e) {
ExceptionlessClient.Default.Configuration.UseTraceLogger();
ExceptionlessClient.Default.Configuration.UseSessions(useSessionIdManagement: true);
ExceptionlessClient.Default.Register();
}
}
Expand Down

0 comments on commit f5bd3cc

Please sign in to comment.