littlefish_monitoring_sentry 1.3.11
littlefish_monitoring_sentry: ^1.3.11 copied to clipboard
The project for littlefish monitoring implementation of sentry performance monitoring
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add littlefish_monitoring_sentryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
littlefish_monitoring_sentry: ^1.3.11Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:littlefish_monitoring_sentry/littlefish_monitoring_sentry.dart';