File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
pkg/analysis_server/lib/src/analytics Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ vars = {
147
147
"sync_http_rev" : "dc54465f07d9652875deeade643256dafa2fbc6c" ,
148
148
"tar_rev" : "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a" ,
149
149
"test_rev" : "0793a2b3262ac900558c49c76e9bbe4f29f91ea4" ,
150
- "tools_rev" : "1e110fcf8da4fbd423e22ae7d14f04c908d7c139 " ,
150
+ "tools_rev" : "7bf22c951019f860aa52a8b7dc97fba5880aa9ba " ,
151
151
"vector_math_rev" : "13f185f7e97d559e003f5ac79201da12f9a01049" ,
152
152
"web_rev" : "4b2f02ebc74acef26fa1285801a626213c35b304" ,
153
153
"webdev_rev" : "6dc3ddefdacf8c575d1636d77921f490ff07792d" ,
Original file line number Diff line number Diff line change @@ -498,11 +498,6 @@ class AnalyticsManager {
498
498
analytics.send (
499
499
Event .contextStructure (
500
500
numberOfContexts: contextStructure.numberOfContexts,
501
- // TODO(pq): remove context creation data if we can safely change report shape (https://github.com/dart-lang/sdk/issues/60411)
502
- contextsWithoutFiles: 0 ,
503
- contextsFromPackagesFiles: 0 ,
504
- contextsFromOptionsFiles: 0 ,
505
- contextsFromBothFiles: 0 ,
506
501
immediateFileCount: contextStructure.immediateFileCount,
507
502
immediateFileLineCount: contextStructure.immediateFileLineCount,
508
503
transitiveFileCount: contextStructure.transitiveFileCount,
You can’t perform that action at this time.
0 commit comments