in src/instrumentation.ts [46:56]
severityNumber: toOtelSeverityNumber(context.level),
severityText: context.level,
});
})
);
// Ensure Azure Functions Host trace context is propagated onto the user's Node.js function handler
disposables.push(
azFunc.app.hook.preInvocation((context) => {
const traceContext = context.invocationContext.traceContext;
if (traceContext) {