We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would be really helpful.
https://godoc.org/github.com/rollbar/rollbar-go#SetPerson
We currently do something like this with sentry and it's logrus hook:
https://github.com/evalphobia/logrus_sentry#special-fields
This hook could use the same special fields user_name, user_email and user_id and pass them into SetPerson().
user_name
user_email
user_id
This could also be optional using WithPersonFieldsFunc OptionFunc.
WithPersonFieldsFunc
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This would be really helpful.
https://godoc.org/github.com/rollbar/rollbar-go#SetPerson
We currently do something like this with sentry and it's logrus hook:
https://github.com/evalphobia/logrus_sentry#special-fields
This hook could use the same special fields
user_name
,user_email
anduser_id
and pass them into SetPerson().This could also be optional using
WithPersonFieldsFunc
OptionFunc.The text was updated successfully, but these errors were encountered: