DiagLoggerOptions interface is not exported #3638
Labels
bug
Something isn't working
priority:p4
Bugs and spec inconsistencies which do not fall into a higher prioritization
What happened?
Steps to Reproduce
Expected Result
Being able to import
DiagLoggerOptions
as it's a parameter type ofDiagLoggerApi.setLogger
Actual Result
Module '"@opentelemetry/api"' has no exported member 'DiagLoggerOptions'.
Additional Details
DiagLoggerApi.setLogger
has two overrides. One of them hasoptions: DiagLoggerOptions
parameter. However, DiagLoggerOptions is not exported throughindex.d.ts
.OpenTelemetry Setup Code
// N/A
package.json
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: