You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to configure OpenTelemetryModule with forRootAsync({ useClass: ... }) method by utilizing nestjs/config.
But, it seems that nestjs-otel package is not exporting OpenTelemetryModuleOptions, OpenTelemetryOptionsFactory interfaces.
Expecting Behaviors
I want to configure
OpenTelemetryModule
withforRootAsync({ useClass: ... })
method by utilizingnestjs/config
.But, it seems that
nestjs-otel
package is not exportingOpenTelemetryModuleOptions
,OpenTelemetryOptionsFactory
interfaces.Errors
The text was updated successfully, but these errors were encountered: