Has anyone successfully instrumented a meteor app with Otel

Hello

Curious if anyone has been able to successfully instrument an app and send spans/traces to an Otel collector? If so, did you just use the OpenTelemetry Javascript manual instrumentation?

I know there is auto instrumentation available from Otel with node.js but guessing a meteor app would need to be instrumented in javascript.

Thanks in advance for your help!!