Skip to content

wrike/sentry_client

Repository files navigation

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://[email protected]/1')
);

client.write(new SentryPacket());

Usage on server:

var client = new SentryClientServer(
  SentryDsn.fromString('https://[email protected]/1')
);

client.write(new SentryPacket());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •