Skip to content

Commit cf0654e

Browse files
authored
fix missing prop type issue (elastic#268713)
## Summary Broke by elastic#268205 + elastic#268189
1 parent c865c67 commit cf0654e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/platform/plugins/shared/agent_builder/server/tracing/register_tracing.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ describe('registerTracingExporter', () => {
230230
send_to_self: true,
231231
exporters: [],
232232
scheduledDelay: 100,
233+
opik_distributed_tracing: false,
233234
};
234235

235236
const teardown = await registerTracingExporter({ core: coreStart, tracingConfig, logger });

0 commit comments

Comments
 (0)