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
This is a more flexible approach that can handle any arbitrary input, and lets us stop relying on an implementation detail (does this object inherit from LoggingError?) to be able to annotate it with logging properties.
The text was updated successfully, but these errors were encountered:
Note that after further discussion with Tony and Vlad, I mostly undid this as part of #6764. We are doubling-down on our errors supporting telemetry props natively, so annotateError is gone, and we call addTelemetryProperties directly again, either on a LoggingError or a IFluidErrorBase.
This is a more flexible approach that can handle any arbitrary input, and lets us stop relying on an implementation detail (does this object inherit from
LoggingError
?) to be able to annotate it with logging properties.The text was updated successfully, but these errors were encountered: