Skip to content

Commit a6a9e81

Browse files
authored
chore: add skip lint directive
1 parent b663012 commit a6a9e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/node/instrumentation-runtime-node/src/instrumentation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { GCCollector } from './metrics/gcCollector';
2323
import { HeapSpacesSizeAndUsedCollector } from './metrics/heapSpacesSizeAndUsedCollector';
2424
import { ConventionalNamePrefix } from './types/ConventionalNamePrefix';
2525
import { EventLoopTimeCollector } from './metrics/eventLoopTimeCollector';
26+
/** @knipignore */
2627
import { PACKAGE_VERSION, PACKAGE_NAME } from './version';
2728

2829
const DEFAULT_CONFIG: RuntimeNodeInstrumentationConfig = {

0 commit comments

Comments
 (0)