libhoney_dart library

Client library for https://honeycomb.io for Dart

Main library which contains all necessary things to interact with https://honeycomb.io

Classes

Event
Event to be sent to the upstream apiHost.
EventResponse
Libhoney
Entry point of package for setting send defaults and sending Events.
Transmission
Manages all sending of Events.

Exceptions / Errors

MissingApiHost
Thrown when sending an event with no defined Event.apiHost.
MissingData
Thrown when sending an event with no data to send.
MissingDatasetName
Thrown when sending an event with no defined Event.dataset.
MissingWriteKey
Thrown when sending an event with no defined Event.writeKey.