sentry_transport 1.1.0
sentry_transport: ^1.1.0 copied to clipboard
Sentry transport for revere logger. Routes error and fatal log events to Sentry via captureException, and lower-level events as breadcrumbs.
1.1.0 #
- chore: update revere dependency to ^1.1.0.
- chore: upgrade
sentry_flutterfrom^8.0.0to^9.16.0. - chore: expand
descriptioninpubspec.yamlto meet pub.dev requirements. - ci: add
workflow_dispatchtrigger for manual execution; addrun_integration_testsinput (default:false) — integration tests are skipped on pull request and push.
1.0.0 #
- Initial release.
SentryTransport: routeserror/fataltocaptureException, others toaddBreadcrumb.SentryTrackerMixin: breadcrumb tracking, error reporting, and global Flutter error hooks.