Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to put AdditionalData in Sentry with LogEvent #7

Open
PsiHamster opened this issue Dec 12, 2019 · 0 comments
Open

There is no way to put AdditionalData in Sentry with LogEvent #7

PsiHamster opened this issue Dec 12, 2019 · 0 comments

Comments

@PsiHamster
Copy link

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

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant