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

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
20
pub points
0%
popularity

Publisher

verified publisherwrike.com

The Dart library for sending data to the Sentry server.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

uuid

More

Packages that depend on sentry_client