Skip to content

Commit 8f53bab

Browse files
committed
exported setCrashReportingConfig method
1 parent 1835a2b commit 8f53bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ exports.setCrashReportingConfigFromReporter = (credentialsStr, bsConfigPath, cyp
343343
}
344344
}
345345

346-
const setCrashReportingConfig = (bsConfig, bsConfigPath) => {
346+
exports.setCrashReportingConfig = (bsConfig, bsConfigPath) => {
347347
try {
348348
const browserstackConfigFile = utils.readBsConfigJSON(bsConfigPath);
349349
const cypressConfigFile = getCypressConfigFileContent(bsConfig, null);

0 commit comments

Comments
 (0)