You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code path includes print("Branch InitSession error to indicate when an error is thrown from this path because it's useful for debugging. It would be helpful for debugging production issues as well if this information was passed along.
Perhaps we can include something along the lines of "InitSession error" in the message passed to FlutterError?
As in message: "InitSession error: \(err.localizedDescription)", instead of just message: err.localizedDescription,
The text was updated successfully, but these errors were encountered:
flutter_branch_sdk/ios/Classes/SwiftFlutterBranchSdkPlugin.swift
Line 299 in f5d2753
This code path includes
print("Branch InitSession error
to indicate when an error is thrown from this path because it's useful for debugging. It would be helpful for debugging production issues as well if this information was passed along.Perhaps we can include something along the lines of "InitSession error" in the message passed to FlutterError?
As in
message: "InitSession error: \(err.localizedDescription)",
instead of justmessage: err.localizedDescription,
The text was updated successfully, but these errors were encountered: