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
Methods and functions that make use or could make use of filesystem or networking capabilities, as well as interfaces that may have implementations that use them should have context.Context passed to them.
Methods and functions that we may need to be instrumented should have a component.TelemetrySettings passed to them.
The coding guidelines should reflect that
context.Context
passed to them.component.TelemetrySettings
passed to them.Originally reported on #7954 (comment) and discussed on #9105
The text was updated successfully, but these errors were encountered: