Skip to content

Commit a98721b

Browse files
authored
Fix egregious option typo (#2943)
1 parent b604e6d commit a98721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export default class Client extends API {
409409
maxCompressedResponseSize: options.maxCompressedResponseSize,
410410
redaction: options.redaction,
411411
// @ts-expect-error new option being added to transport in next minor
412-
enableClientMeta: options.enableMetaHeader
412+
enableMetaHeader: options.enableMetaHeader
413413
}
414414
if (options.serverMode !== 'serverless') {
415415
transportOptions = Object.assign({}, transportOptions, {

0 commit comments

Comments
 (0)