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 0e8c85c commit 3c246f6Copy full SHA for 3c246f6
tegg/core/agent-tracing/src/types.ts
@@ -150,10 +150,7 @@ export interface TracerConfig {
150
}
151
152
/** Apply user-facing TracerConfig to a tracer instance. */
153
-export function applyTracerConfig(
154
- tracer: { agentName: string },
155
- config: TracerConfig,
156
-): void {
+export function applyTracerConfig(tracer: { agentName: string }, config: TracerConfig): void {
157
if (config.agentName !== undefined) {
158
tracer.agentName = config.agentName;
159
0 commit comments