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.
2 parents 203a974 + 0a417d2 commit 3003dccCopy full SHA for 3003dcc
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