We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203a974 commit 0a417d2Copy full SHA for 0a417d2
1 file changed
Src/StackifyLib/Utils/HttpClient.cs
@@ -309,7 +309,7 @@ public bool IdentifyApp()
309
}
310
311
if (string.IsNullOrEmpty(env.ConfiguredEnvironmentName) && !string.IsNullOrEmpty(Config.Environment)) {
312
- env.ConfiguredAppName = Config.Environment;
+ env.ConfiguredEnvironmentName = Config.Environment;
313
314
315
string jsonData = JsonConvert.SerializeObject(env, new JsonSerializerSettings() { NullValueHandling = NullValueHandling.Ignore });
0 commit comments