buildhut_telemetry 0.1.2
buildhut_telemetry: ^0.1.2 copied to clipboard
Battery-efficient OpenTelemetry log pusher, frame-rate performance tracer, and structured logger for Flutter. Sends OTLP/JSON v1 logs, traces, and metrics to BuildHut or any OTel Collector.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add buildhut_telemetryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
buildhut_telemetry: ^0.1.2Alternatively, 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:buildhut_telemetry/buildhut_telemetry.dart';