diff --git a/src/main/scopes/jsx/jsx-scope.ts b/src/main/scopes/jsx/jsx-scope.ts index 7186b6f2..b6f752ed 100644 --- a/src/main/scopes/jsx/jsx-scope.ts +++ b/src/main/scopes/jsx/jsx-scope.ts @@ -102,7 +102,6 @@ export class JsxScope extends Scope { * @param importMatchers - Matchers instances to use for import-element matching. * @param packageJsonTree - Pre-computed FileTree of Directory's Package.json. */ - @Trace() async captureFileMetrics( sourceFile: ts.SourceFile, instrumentedPackageName: string,