NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
860 stars 170 forks source link

ErrorStore.Setup doesn't set Settings.Current.ApplicationName #99

Closed stijnherreman closed 6 years ago

stijnherreman commented 6 years ago

Version: 2.0.0-alpha-129

ErrorStore.Setup("MyApplication", new SQLErrorStore(exceptionalConnectionString)); doesn't set Settings.Current.ApplicationName, so logging an exception fails due to ApplicationName being null.

Is this scenario still supported or does the documentation need updating?

NickCraver commented 6 years ago

Fixed in #107, the settings craziness needs some love so this may shift some more, but will work in the next alpha.