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
As Wiki says you can put non-primitive type like Container or Vector as Additional Data in Sentry.
Or use stackTrace hercules-tag to put string as additional data.
Otherwise the value gets converted to string: either stringified directly (if it properly overrides ToString()) or serialized to JSON. No further container-like structure is allowed, all values end up being 'flat'.
The text was updated successfully, but these errors were encountered:
As Wiki says you can put non-primitive type like Container or Vector as
Additional Data
in Sentry.Or use
stackTrace
hercules-tag to put string as additional data.But when it's coming to hercures https://github.com/vostok/logging.hercules in any case all properties are flattened
The text was updated successfully, but these errors were encountered: