hindsight_posthog 0.9.0
hindsight_posthog: ^0.9.0 copied to clipboard
Session replay for Flutter PostHog integration: tags every PostHog event with the live replay link and mirrors useful events onto the replay timeline.
Changelog #
0.9.0 #
HindsightPosthogIntegration: wrapsPostHogConfig.beforeSendto tag kept PostHog events withhindsight.session_id/hindsight.replay_url, using the current Hindsight session for every event so session rotation is reflected without native PostHog state.- Mirrors kept PostHog
$exceptionevents onto the replay timeline throughcaptureError; mirrors other kept PostHog events asposthogbreadcrumbs. - Preserves pre-existing
beforeSendcallbacks in order, honorsnulldrop decisions, and restores the original callback list ondetach. - Publish-readiness package hygiene: proprietary draft license, declared
Android/iOS platforms, public dartdoc lint coverage, and hosted
hindsight_flutterdependency metadata for pub.dev.