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
Sentry SaaS (sentry.io)
4.9.2
Configure sentry in symfony with monolog integration and log a message with context (array):
$this->logger->error('Validation error', ['violations' => $violations]);
I expect to have the data provided with message to be viewable in the sentry app.
I'm not sure if it's a bug or simply a limitation of sentry api.
Only log message is provided by sentry app.
The text was updated successfully, but these errors were encountered:
I found the solution here: getsentry/sentry-docs#4125 (comment)
Sorry, something went wrong.
No branches or pull requests
How do you use Sentry?
Sentry SaaS (sentry.io)
SDK version
4.9.2
Steps to reproduce
Configure sentry in symfony with monolog integration and log a message with context (array):
$this->logger->error('Validation error', ['violations' => $violations]);
Expected result
I expect to have the data provided with message to be viewable in the sentry app.
I'm not sure if it's a bug or simply a limitation of sentry api.
Actual result
Only log message is provided by sentry app.
The text was updated successfully, but these errors were encountered: