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 fd32e77 commit c2f81e1Copy full SHA for c2f81e1
packages/node-core/src/sdk/apm-js-collab-tracing-hooks.d.ts
@@ -1,7 +1,7 @@
1
declare module '@apm-js-collab/tracing-hooks' {
2
import type { InstrumentationConfig } from '@apm-js-collab/code-transformer';
3
4
- type PatchConfig = { instrumentations: InstrumentationConfig[]; };
+ type PatchConfig = { instrumentations: InstrumentationConfig[] };
5
6
/** Hooks require */
7
export default class ModulePatch {
0 commit comments