Skip to content

Commit ba39da8

Browse files
adjust debug message
1 parent 99d2e15 commit ba39da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agents-core/src/tracing/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class BatchTraceProcessor implements TracingProcessor {
136136
this.start();
137137
} else {
138138
logger.debug(
139-
'Automatic trace export loop is not supported in this environment. Traces will not be exported until you call `startTraceExportLoop()`.',
139+
'Automatic trace export loop is not supported in this environment. You need to manually call `getGlobalTraceProvider().forceFlush()` to export traces.',
140140
);
141141
}
142142
}

0 commit comments

Comments
 (0)