We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d772b55 commit 3874a02Copy full SHA for 3874a02
Source/Extras/Extensions/ExceptionlessExtraConfigurationExtensions.cs
@@ -72,6 +72,8 @@ public static void ReadAllConfig(this ExceptionlessConfiguration config, params
72
config.ReadFromAttributes(configAttributesAssemblies);
73
74
config.ReadFromConfigSection();
75
+ config.ReadFromAppSettings();
76
+ config.ReadFromEnvironmentalVariables();
77
config.ApplySavedServerSettings();
78
}
79
0 commit comments