Skip to content

Commit c1ad7ba

Browse files
committed
chore: modify a file to check compilation step
1 parent 25480cf commit c1ad7ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/instrumentation-undici/src/undici.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export class UndiciInstrumentation extends InstrumentationBase<UndiciInstrumenta
8989

9090
// No need to instrument files/modules
9191
protected override init() {
92+
// TODO: remove this after checking the compilatin step in test workflow
93+
this._diag.debug('UndiciInstrumentation init');
9294
return undefined;
9395
}
9496

0 commit comments

Comments
 (0)