<!-- Please describe your bug clearly and concisely. Please also leave a note on your environment, particularly the versions React Native and analytics-react-native used --> - `analytics-react-native` version: "2.21.3" - Integrations versions (if used): - React Native version: 0.82.0 - iOS or Android or both: Android **Steps to reproduce** open app with deeplink, app crash ```bash adb shell am start -W -a android.intent.action.VIEW -d "foo://magic/bar" com.foooo.app ``` config `trackDeepLinks: false` is not working ```ts createClient({ //... trackDeepLinks: false, }); ``` **Expected behavior** **Actual behavior** <img width="411" height="942" alt="Image" src="https://github.com/user-attachments/assets/2e0f8854-a59b-4732-9c22-f6d07b527eab" />