From 7964980a62fc19c5a5592da3cf95b394116d9201 Mon Sep 17 00:00:00 2001 From: Said Sef Date: Sat, 24 Feb 2024 11:59:16 +0000 Subject: [PATCH] chore: updated JSDoc returns --- libs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/index.js b/libs/index.js index 717e21a..094e973 100644 --- a/libs/index.js +++ b/libs/index.js @@ -38,7 +38,7 @@ diag.setLogger(new DiagConsoleLogger(), DiagLogLevel.INFO); * @param {string} serviceName - The name of the service to trace. * @param {string} [appName="application"] - The name of the application. * @param {string|null} [endpoint=null] - The endpoint for the tracing collector. -* @returns {Tracer} - The tracer instance for the service. +* @returns {NodeTracerProvider} - The NodeTracerProvider instance for the service. */ module.exports.setupTracing = (serviceName, appName="application", endpoint=null) => { const provider = new NodeTracerProvider({