session_mate 0.9.0 copy "session_mate: ^0.9.0" to clipboard
session_mate: ^0.9.0 copied to clipboard

Instantly reproduce bugs with a single click, directly from your app.

0.9.0 #

  • Adds the ability to disable data capture if the user does not want analytics to be tracked

0.8.4 #

  • Update dart define variables
  • Update README
  • Update session_mate_core package

0.8.3 #

  • Update error message on 401 status code for getSessions
  • Update redirect view on startup to BooksListView

0.8.2 #

  • Removes local usage url

0.8.1 #

  • Adds better messages on Session fetch failure

0.8.0 #

  • Adds new crash monitoring functionality
  • Improves the session listing UI

0.7.5 #

  • Disable mocking on Firebase emulator request
  • Avoid no Timer instance exception

0.7.4 #

  • Update onDragEnd method to avoid doing anything when dragRecorder is NOT recording.

0.7.3 #

  • Update regular expression for special characters
  • Avoid mask any url property
  • Update SessionMateBuilder config on Bookshelf app

0.7.2 #

  • Adds ability to disable input through inputMaskingEnabled property

0.7.1 #

  • Add user idle time banner

0.7.0 #

  • Update crypto helper to support empty parameters
  • Update response filter helper
  • Disable content-type masking
  • Improve response data mask
  • Mock response with same content-type as original
  • Allow to disable network interceptor
  • Set startedAt property for UIEvents

0.6.0 #

  • Adds drag recording functionality

0.5.0 #

  • Adds improved interaction replay

0.4.4 #

  • Update session_mate_core package
  • Fix some imports

0.4.3 #

  • Bumps session_mate_core

0.4.2 #

  • Bumps dart to 3.0.5

0.4.1 #

  • Lowers the dart version and flutter_svg version

0.4.0 #

  • Adds logNetworkEvents property to SessionMateBuilder
  • Adds kReplaySession constant to help with uses of WidgetsFlutterBinding uses

0.3.1 #

  • Drops svg_icon for flutter_svg

0.3.0 #

  • Adds input masking
  • Adds fuzzy HTTP request matching
  • Adds improved automation point visibility to improve diving accuracy

0.2.0 #

  • Initial version with our research code