observatory 3.0.0 copy "observatory: ^3.0.0" to clipboard
observatory: ^3.0.0 copied to clipboard

Isolate-aware Flutter logs, bounded history, safe HTTP logging and Sentry incident capture.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add observatory

With Flutter:

 $ flutter pub add observatory

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  observatory: ^3.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:observatory/observatory.dart';
1
likes
0
points
249
downloads

Publisher

unverified uploader

Weekly Downloads

Isolate-aware Flutter logs, bounded history, safe HTTP logging and Sentry incident capture.

Repository (GitHub)
View/report issues

Topics

#observability #logging #diagnostics #isolates #monitoring

License

unknown (license)

Dependencies

bloc_effects, dio, domain_error, flutter, flutter_bloc, launch_mode, package_context, sentry_dio, sentry_flutter, talker, talker_bloc_effects, talker_flutter

More

Packages that depend on observatory