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 7693170 commit 8675058Copy full SHA for 8675058
contract-tests/sdkClientEntity.js
@@ -9,6 +9,7 @@ export { badCommandError };
9
export function makeSdkConfig(options, tag) {
10
const cf = {
11
logger: sdkLogger(tag),
12
+ diagnosticOptOut: true
13
};
14
const maybeTime = (seconds) =>
15
seconds === undefined || seconds === null ? undefined : seconds / 1000;
0 commit comments