-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Reland "Remove references to Observatory (#118577)" #121215
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
Conversation
This reverts commit 298d8c7.
@@ -139,8 +139,8 @@ abstract class FlutterCommand extends Command<void> { | |||
/// Will be `null` until the top-most command has begun execution. | |||
static FlutterCommand? get current => context.get<FlutterCommand>(); | |||
|
|||
/// The option name for a custom observatory port. | |||
static const String observatoryPortOption = 'observatory-port'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prevent this being a breaking change to Google, can you maintain both the observatory-port and vm-service-port for the short term?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We add observatory-port
as an alias below. Should that not be sufficient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Starting Google Testing. Please wait for a green Google Testing before merging.
…e_observatory_references
…tter/flutter into reland_remove_observatory_references
(In the future when relanding a reverted PR please land it with a fresh description and everything. See https://github.com/flutter/flutter/wiki/Tree-hygiene#avoid-revert-revert-revert-revert-fix-foo-commit-messages) |
This reverts commit 298d8c7.