Skip to content

Commit 554ae2c

Browse files
committed
changing property prefix to applicationinsights
1 parent 1f00801 commit 554ae2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Introducing FixedRate Sampling v2 Using Telemetry Processors
1818
- Fixed issue #436 (TraceTelemetry with Severity is not shown in UI). This fixes a regression issue with `TelemetryClient.trackTrace` and `TelemetryClient.trackException`.
1919
- Compilation now targets Java 1.7. Java 1.6 is no longer supported.
20-
- Adding system property `insights.configurationDirectory` to allow to explicitly set directory containing the config file.
20+
- Adding system property `applicationinsights.configurationDirectory` to allow to explicitly set directory containing the config file.
2121

2222
## Version 1.0.10
2323
- `track()` method of 'com.microsoft.applicationinsights.TelemetryClient' is now modified. No longer performing pre-sanitization

core/src/main/java/com/microsoft/applicationinsights/internal/config/ConfigurationFileLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public final class ConfigurationFileLocator {
4444

4545
/** name of property containing path to directory with configuration file */
46-
public static final String CONFIG_DIR_PROPERTY = "insights.configurationDirectory";
46+
public static final String CONFIG_DIR_PROPERTY = "applicationinsights.configurationDirectory";
4747

4848
private final String configurationFileName;
4949

0 commit comments

Comments
 (0)