| Index: runtime/observatory/lib/src/app/page.dart
|
| diff --git a/runtime/observatory/lib/src/app/page.dart b/runtime/observatory/lib/src/app/page.dart
|
| index e79f3dc40ac6dd97c3b4d34dbc60446f5aa105e7..858e75f275880901a945463b20c4fc787cafbc51 100644
|
| --- a/runtime/observatory/lib/src/app/page.dart
|
| +++ b/runtime/observatory/lib/src/app/page.dart
|
| @@ -27,9 +27,9 @@ abstract class Page extends Observable {
|
| }
|
|
|
| /// Called when the page should update its state based on [uri].
|
| - /// NOTE: Only called when the page is installed.
|
| void visit(Uri uri, Map argsMap) {
|
| args = toObservable(argsMap);
|
| + Analytics.reportPageView(uri);
|
| _visit(uri);
|
| }
|
|
|
|
|