RodrigoSMarques / flutter_branch_sdk

Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
https://branch.io
MIT License
100 stars 90 forks source link

Prevent the version of BranchSDK from being included as a KEY value in Firebase Crashlytics #336

Closed 0aps closed 5 months ago

0aps commented 5 months ago

Describe the bug

Whenever an issue occurs in Firebase Crashlytics, the version of BranchSDK is also included as a KEY value. Is it possible to prevent "io.branch.sdk.version" from being displayed as a Key in Crashlytics?" (this issue was originally reported here, I'm just forwarding it as it happens to me too)

image

To Reproduce Steps to reproduce the behavior:

  1. Connect the app to Firebase Crashlytics
  2. Raise any exception
  3. Notice the key "io.branch.sdk.version" attached to the event in the FB dashboard

Expected behavior Some configuration that allows me to disable "io.branch.sdk.version" from being automatically included in the Crashlytics error events.

Smartphone (Please complete the following information. remove session if not platform):

RodrigoSMarques commented 5 months ago

This package calls Branch Native SDK functions on each platform.

The problem reported is not in the Flutter plugin, but in the Native SDK.

Please open an issue in the platform repository:

Or open a support ticket for Branch at the link