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 0f6a05a commit eeb69f5Copy full SHA for eeb69f5
experimental/packages/opentelemetry-configuration/src/FileConfigProvider.ts
@@ -56,7 +56,7 @@ export function hasValidConfigFile(): boolean {
56
return false;
57
}
58
59
-function ParseConfigFile(config: ConfigurationModel) {
+function parseConfigFile(config: ConfigurationModel) {
60
const supportedFileVersions = ['1.0-rc.1'];
61
const configFile = getStringFromEnv('OTEL_EXPERIMENTAL_CONFIG_FILE') || '';
62
const file = fs.readFileSync(configFile, 'utf8');
0 commit comments