sentry_client 4.0.3 copy "sentry_client: ^4.0.3" to clipboard
sentry_client: ^4.0.3 copied to clipboard

outdatedDart 1 only

The Dart library for sending data to the Sentry server.

pub Build Status codecov documentation

The Dart library for sending data to the Sentry server. #

Usage in browser: #

var client = new SentryClientBrowser(
  SentryDsn.fromString('https://123456789abcdef123456789abcdef12@sentry.local/1')
);

client.write(new SentryPacket());

Usage on server: #

var client = new SentryClientServer(
  SentryDsn.fromString('https://123456789abcdef123456789abcdef12@sentry.local/1')
);

client.write(new SentryPacket());
1
likes
0
pub points
0%
popularity

Publisher

verified publisherwrike.com

The Dart library for sending data to the Sentry server.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

uuid

More

Packages that depend on sentry_client