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
While integrating with a client project I forgot to extend my data classes with Redactable, this resulted in the Sentry report simply not being set. As it took me awhile to figure out this was the issue, we should look into (1) allowing non-Redactable objects to be attached (not sure if iOS allows this) or (2) log a separate error (console, maybe even non-fatal) to track that this case has occurred.
The text was updated successfully, but these errors were encountered:
While integrating with a client project I forgot to extend my data classes with
Redactable
, this resulted in the Sentry report simply not being set. As it took me awhile to figure out this was the issue, we should look into (1) allowing non-Redactable objects to be attached (not sure if iOS allows this) or (2) log a separate error (console, maybe even non-fatal) to track that this case has occurred.The text was updated successfully, but these errors were encountered: