Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Beta] Plugin does not wire itself into the Channel Configuration when... #1945

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Nov 15, 2022

…both channels and channel extensions are supplied

@@ -194,8 +194,8 @@ export default class DebugPlugin extends BaseTelemetryPlugin {
});
}

if (isFunction(core.getTransmissionControls)) {
let channelControls: IChannelControls[][] = core.getTransmissionControls();
if (isFunction(core["getTransmissionControls"])) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping a reference for "getTransmissionControls" for backward compatibility

…n both channels and channel extensions are supplied
Copy link
Member

@hectorhdzg hectorhdzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MSNev MSNev force-pushed the MSNev/RemoveChannelController branch from e8937f5 to 02f1a4d Compare November 17, 2022 19:32
@MSNev MSNev merged commit b067ef4 into beta Nov 17, 2022
@MSNev MSNev deleted the MSNev/RemoveChannelController branch April 6, 2023 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants