Skip to content

Commit

Permalink
fix(jsx): remove trace from captureFileMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jdharvey-ibm committed Dec 18, 2023
1 parent 273a466 commit fec2265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scopes/jsx/jsx-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fec2265

Please sign in to comment.