Skip to content

Commit f5bd3cc

Browse files
committed
Updated the sample wpf app
1 parent cc54750 commit f5bd3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Samples/SampleWpf/App.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Exceptionless.SampleWpf {
55
public partial class App : Application {
66
private void Application_Startup(object sender, StartupEventArgs e) {
77
ExceptionlessClient.Default.Configuration.UseTraceLogger();
8+
ExceptionlessClient.Default.Configuration.UseSessions(useSessionIdManagement: true);
89
ExceptionlessClient.Default.Register();
910
}
1011
}

0 commit comments

Comments
 (0)