We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dee4e4 commit 689b766Copy full SHA for 689b766
1 file changed
packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart
@@ -200,6 +200,10 @@ class DevToolsAnalyticsEvent {
200
? screenMetrics.iosBundleId
201
: null,
202
// [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.
207
isV2Inspector: screenMetrics is InspectorScreenMetrics
208
? true.toString()
209
0 commit comments