Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Aug 31, 2023
1 parent 8bab71a commit de446a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/solarwinds-apm/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function init() {
}),
)

initTracing(config, resource, packageJson.version, logger)
initTracing(config, resource, packageJson.version)
initMetrics(config, resource, logger)
}
}
Expand All @@ -109,7 +109,6 @@ function initTracing(
config: ExtendedSwConfiguration,
resource: Resource,
version: string,
logger: DiagLogger,
) {
const reporter = sdk.createReporter(config)

Expand Down

0 comments on commit de446a6

Please sign in to comment.