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
Thanks for the awesome library.
I was curious how I might go about adding the option to have all Logger.error to always include the following
Logger.error
"@type": "type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent",
https://github.com/Nebo15/logger_json/blob/master/lib/logger_json/formatters/google_cloud.ex#L217
Right now, it seems it just reports the ones that crash or have stack traces.
I'd like to have gcp error reporting for every error log.
Can you point me in the right direction?
The text was updated successfully, but these errors were encountered:
Something like this is what I need
master...amozoss:logger_json:master
Have any opinions on how the option is structured for this?
Sorry, something went wrong.
I think it's a good addition, I did not have time for OS for a few weeks but now I'm back and will take care of it 👍.
No branches or pull requests
Thanks for the awesome library.
I was curious how I might go about adding the option to have all
Logger.error
to always include the followinghttps://github.com/Nebo15/logger_json/blob/master/lib/logger_json/formatters/google_cloud.ex#L217
Right now, it seems it just reports the ones that crash or have stack traces.
I'd like to have gcp error reporting for every error log.
Can you point me in the right direction?
The text was updated successfully, but these errors were encountered: