Skip to content

Commit 689b766

Browse files
committed
Add comment
1 parent 5dee4e4 commit 689b766

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ class DevToolsAnalyticsEvent {
200200
? screenMetrics.iosBundleId
201201
: null,
202202
// [InspectorScreenMetrics]
203+
// TODO(https://github.com/flutter/devtools/issues/9563): Remove this
204+
// dimension after dashboards have been updated to not include it. The
205+
// legacy inspector will be removed in Flutter 3.47 (Aug 2026), leaving
206+
// the V2 inspector the only inspector.
203207
isV2Inspector: screenMetrics is InspectorScreenMetrics
204208
? true.toString()
205209
: null,

0 commit comments

Comments
 (0)