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 eea0240 commit b604e6dCopy full SHA for b604e6d
src/client.ts
@@ -407,7 +407,9 @@ export default class Client extends API {
407
productCheck: 'Elasticsearch',
408
maxResponseSize: options.maxResponseSize,
409
maxCompressedResponseSize: options.maxCompressedResponseSize,
410
- redaction: options.redaction
+ redaction: options.redaction,
411
+ // @ts-expect-error new option being added to transport in next minor
412
+ enableClientMeta: options.enableMetaHeader
413
}
414
if (options.serverMode !== 'serverless') {
415
transportOptions = Object.assign({}, transportOptions, {
0 commit comments