observatory 2.0.0 copy "observatory: ^2.0.0" to clipboard
observatory: ^2.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 Flutter:

 $ flutter pub add observatory

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

dependencies:
  observatory: ^2.0.0

Alternatively, 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:observatory/observatory.dart';
1
likes
130
points
249
downloads

Documentation

API reference

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

MIT (license)

Dependencies

dio, domain_error, flutter, flutter_bloc, sentry_dio, sentry_flutter, talker, talker_bloc_logger, talker_flutter

More

Packages that depend on observatory