raygun4flutter 1.0.0-dev.2 copy "raygun4flutter: ^1.0.0-dev.2" to clipboard
raygun4flutter: ^1.0.0-dev.2 copied to clipboard

outdated

Raygun4flutter package is the official Raygun crash reporting provider for Flutter.

1.0.0-dev.2 #

  • Better Flutter for Web support

1.0.0-dev.1 #

  • Upcoming version 1.0.0
  • Complete rework of the package implementation.
  • Pure Dart implementation, no longer depends on Android and iOS plugins.
  • Same API as version 0.5.1
  • Native Dart stack traces

Potentially breaking API change:

  • Raygun.sendCustom(): changed argument message to reason

0.5.1 #

  • Formatting fixes

0.5.0 #

  • Change init() signature to named parameters and added optional version.
  • Added setTags() and setCustomData() methods.
  • Added tags and customData to the error sending methods.
  • Error sending methods can generate a stacktrace automatically.
  • Added setUser() method with RaygunUserInfo.
  • Added setVersion() method.
  • Renamed breadcrumb method to recordBreadcrumb().
  • Added recordBreadcrumbObject().
  • Added clearBreadcrumbs().
  • Added setCustomCrashReportingEndpoint().

0.1.0 #

  • Null safety migration
  • BREAKING: setUserId accepts only String or null, Int is not accepted anymore

0.0.5 #

  • Updated README.md

0.0.4 #

  • Renamed package to raygun4flutter because pub.dev conventions

0.0.3 #

  • Updated README.md
  • Updated pubspec.yml

0.0.2 #

  • Updated README.md
  • Updated pubspec.yml

0.0.1 #

  • Initial release