Skip to content

v0.16.0

Latest

Choose a tag to compare

@robert-northmind robert-northmind released this 11 May 13:33
· 15 commits to main since this release
b1348bd

Faro Flutter SDK v0.16.0

✨ Added

  • Span exception handling control: Introduced SpanExceptionOptions for managing how exceptions are recorded on spans. This can be configured globally through FaroConfig.spanExceptionOptions or on a per-span basis using the exceptionOptions parameter of startSpan(). The new options include:

    • ExceptionSanitizer callback for PII-safe error recording.
    • Boolean flags (recordException, setStatusOnException) for selective control.

    Per-span options are merged field-by-field with the global configuration, meaning omitted fields will inherit from the global settings. If the sanitizer callback throws an error, the span will be marked as failed with a generic status description to prevent PII leakage.

See CHANGELOG.md for complete details.


Full Changelog: v0.15.0...v0.16.0