What's New in 0.3.0
This page summarizes the 0.3.0 release line across native SDKs and wrapper packages.
Cross-SDK changes
- Added optional persisted SDK identity with:
userIdnameemail
- At least one identity field is required when calling
identify. - Identified email now prefills the contact field in the feedback form.
- SDK UI is localized for
en,tr,es,fr,de,pt,ar,hi,ja, andzh-Hans/zh-CN. - Bug reports still include optional occurrence frequency selection.
Android and iOS native SDKs
- Android shake detection is tuned to reduce accidental opens.
- Android category dialog header is slightly more compact.
- Native attachment staging helpers are deprecated for new integrations.
- Device/install identity continues to persist across launches until cleared.
React Native wrapper
- Wrapper surface is intentionally limited to:
configure({ token, shakeToOpenEnabled? })open()identify({ userId?, name?, email? })clearIdentity()shutdown()
- Bundled native binaries were refreshed to the
0.3.0line. - Wrapper does not expose deprecated native attachment staging helpers.
Flutter wrapper
- Wrapper surface is intentionally limited to:
configure({ token, shakeToOpenEnabled })open()identify({ userId?, name?, email? })clearIdentity()shutdown()
- Bundled native binaries were refreshed to the
0.3.0line. - Wrapper does not expose deprecated native attachment staging helpers.