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
Great catch. I think renaming LoggerOptions to DiagLoggerOptions today wouldn't be a breaking change as it's not yet exported (before completing #3639). I'm ok to hold off #3639 until we rename it.
It seems the experimental logs API exports types already in use by API.
In special there is
LoggerOptions
here and here but different.Currently API
LoggerOptions
is not exported but there is #3639 which corrects this because it is used in an already exported API.I guess renaming the API
LoggerOptions
toDiagLoggerOptions
would be a breaking change.The text was updated successfully, but these errors were encountered: