measure_flutter 0.1.0
measure_flutter: ^0.1.0 copied to clipboard
Flutter SDK to track crashes, bug reports, performance traces and more using measure.sh, an open-source monitoring tool.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 #
β¨ New features #
- (flutter): Add screenshots to crashes (#2375)
- (flutter): Track gestures (#2367)
- (flutter): Implement bug reporting (#2353)
- (flutter): Expose api to get session id (#2338)
- (flutter): Expose apis to set and clear user id (#2337)
- (flutter): Implement tracing (#2316)
- (flutter): Manually start or stop the SDK (#2320)
- (flutter): Track screen view event (#2285)
- (flutter): Implement exception handling (#2086)
π Bug fixes #
- (flutter): Fix measure config (#2390)
- (flutter): Gesture positions to represent device coordinates (#2387)
π¨ Misc #
- (flutter): Update ci scripts (#2399)
- (flutter): Parse thread name correctly (#2398)
- (flutter): Gesture events reporting (#2395)
- (flutter): Use correct import for measure_flutter (#2394)
- (flutter): Prepare for pub.flutter-io.cn listing (#2389)
- (flutter): Validate http events (#2385)
- (flutter): Improve span end api (#2378)
- (flutter): Implement sdk configuration (#2302)
- (flutter): Add example app (#2301)
- (flutter): Implement http tracking using dio (#2294)
- (flutter): Improve initialization and error tracking (#2152)
- (flutter): Configure release and debug builds (#2143)
- (flutter): Rename sample app identifiers (#2107)
- (flutter): Improve public API to interact with Flutter Plugin (#2040)
- (flutter): Relax sdk version constraint (#2060)
- (flutter): Fix ios integration (#2042)
- (flutter): Update android sdk version (#2043)
- (flutter): Disable ios tests for flutter (#1849)
- (flutter): Setup CI for Flutter lint and test (#1809)
- (flutter): Setup basic Flutter SDK with iOS and Android integration (#1803)
β»οΈ Refactor #
- (flutter): Use time provider (#2383)
π Documentation #
- (flutter): Setup flutter documentation (#2361)