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
I know that logs can generally be in multiple formats, but it seems like _meta is always available in attachTransport. Additionally, I'm trying to automatically capture exceptions into Sentry. So far I'm just loosely checking if nativeError is attached and if so I send that to sentry. Would be nice if that can be more strongly typed as one of the formats of attachTransport
The text was updated successfully, but these errors were encountered:
Description / Use Case for a Feature
I know that logs can generally be in multiple formats, but it seems like
_meta
is always available inattachTransport
. Additionally, I'm trying to automatically capture exceptions into Sentry. So far I'm just loosely checking ifnativeError
is attached and if so I send that to sentry. Would be nice if that can be more strongly typed as one of the formats ofattachTransport
The text was updated successfully, but these errors were encountered: