Skip to content

Commit

Permalink
chore: updated JSDoc returns
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Feb 24, 2024
1 parent 32735f5 commit 7964980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 7964980

Please sign in to comment.