apptracer_flutter_web 0.1.0 copy "apptracer_flutter_web: ^0.1.0" to clipboard
apptracer_flutter_web: ^0.1.0 copied to clipboard

Platformweb

Web implementation of apptracer_flutter, the unofficial Flutter integration with Tracer (apptracer.ru). Delivers Dart errors over the Sentry protocol.

Changelog #

All notable changes to this package are documented here.

The format follows Keep a Changelog, and this package adheres to Semantic Versioning. While the version is below 1.0.0, a breaking change bumps the minor version, as pub.dev expects.

Unreleased #

0.1.0 - 2026-08-28 #

Added #

  • The version is read from the version.json that flutter build web writes, which carries version: from pubspec.yaml. This is web's equivalent of the bundle version Android and iOS read for themselves, and it is why release no longer has to be passed. A missing or unreadable file changes nothing: whatever the options said still stands.

  • Initial release.

  • Registers the pure-Dart transport as the web implementation. Tracer's JavaScript SDK ships only as an npm package, which a Flutter web build cannot bundle, so this speaks the same ingest that SDK speaks — POST /api/crash/uploadBatch, authenticated by the project's appToken — from Dart.

Fixed #

  • Documented the deviceId this package creates: a UUID in localStorage under apptracer_flutter.deviceId, sent with every event and surviving until the viewer clears site data. In a private window, or with site data blocked, it lives as long as the tab. Nothing about the behaviour changed; the README simply did not mention it.
0
likes
135
points
118
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Web implementation of apptracer_flutter, the unofficial Flutter integration with Tracer (apptracer.ru). Delivers Dart errors over the Sentry protocol.

Repository (GitHub)
View/report issues

Topics

#crash-reporting #error-monitoring #observability #tracer

License

MIT (license)

Dependencies

apptracer_flutter_http, apptracer_flutter_platform_interface, flutter, flutter_web_plugins, web

More

Packages that depend on apptracer_flutter_web

Packages that implement apptracer_flutter_web