Patch Changes
- 6b6dd54:
reloadFeatureFlags(_:)now always invokes its completion callback, including when the SDK is disabled/opted-out or when no remote config is available. Previously these early-returns skipped the callback, which could leave callers that await it (e.g. the Flutter SDK'sreloadFeatureFlags) hanging indefinitely. - 306896b: Keep session replay recording, error-tracking autocapture, and network performance capture active after an in-session
identify()/reset()instead of disabling them until the next app restart. The project-level recording, error-tracking, and capture-performance config is now preserved acrossreset()and re-armed on the next/flagsreload.