Skip to content

Commit 3ac945d

Browse files
committed
lint:fix
1 parent adf2525 commit 3ac945d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/node/opentelemetry-instrumentation-hapi/src/instrumentation.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,11 @@ export class HapiInstrumentation extends InstrumentationBase {
395395
if (rpcMetadata?.type === RPCType.HTTP) {
396396
rpcMetadata.route = route.path;
397397
}
398-
const metadata = getRouteMetadata(route, instrumentation._semconvStability, pluginName);
398+
const metadata = getRouteMetadata(
399+
route,
400+
instrumentation._semconvStability,
401+
pluginName
402+
);
399403
const span = instrumentation.tracer.startSpan(metadata.name, {
400404
attributes: metadata.attributes,
401405
});

0 commit comments

Comments
 (0)