Releases: dart-lang/tools
Releases · dart-lang/tools
package:unified_analytics v5.8.2
- Added new event
Event.analyticsException
to track internal errors for this package - Redirecting the
Analytics.test
factory to return an instance ofFakeAnalytics
- Exposing new helper function that can be used to parse the Dart SDK version
package:unified_analytics v5.8.1
- Refactor logic for
okToSend
andshouldShowMessage
- Check devtools config file for legacy opt out status
package:unified_analytics v5.8.0
- Fix template string for consent message
- Add
enabledFeatures
to constructor to collect features enabled for each dash tool
package:unified_analytics v5.7.0
- Added the
Event.commandUsageValues
constructor
package:unified_analytics v5.6.0
- Added the
Event.timing
constructor
package:unified_analytics v5.5.0
- Edit to the
Event.flutterCommandResult
constructor to addcommandHasTerminal
- Added timeout for
Analytics.setTelemetry
to prevent the clients from hanging - Added the
Event.appleUsageEvent
constructor - Added the
Event.exception
constructor
package:unified_analytics v5.4.0
- Added the
Event.codeSizeAnalysis
constructor
package:unified_analytics v5.3.0
- User property "host_os_version" added to provide detail version information about the host
- User property "locale" added to provide language related information
- User property "client_ide" (optional) added to provide the IDE used by the Dash tool using this package, if applicable
- Added the
Event.flutterCommandResult
constructor
package:unified_analytics v5.2.0
- Added the
Event.hotRunnerInfo
constructor
package:unified_analytics v5.1.0
- Added the
Event.flutterBuildInfo
constructor