Skip to content

Commit

Permalink
Fix env var (#3161)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams committed Jun 26, 2023
1 parent 89b957a commit 385f4c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class ConfigurationBuilder {
"APPLICATIONINSIGHTS_SAMPLING_PERCENTAGE";

private static final String APPLICATIONINSIGHTS_SAMPLING_REQUESTS_PER_SECOND =
"APPLICATIONINSIGHTS_SAMPLING_LIMIT_PER_SECOND";
"APPLICATIONINSIGHTS_SAMPLING_REQUESTS_PER_SECOND";

private static final String APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL =
"APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL";
Expand Down

0 comments on commit 385f4c8

Please sign in to comment.