-
Notifications
You must be signed in to change notification settings - Fork 175
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
Duplicated logs #618
Comments
Looking at your code, this is absolutely normal: you logged a message with an |
Thanks @Jean85 Heh :) So I misunderstand docs... |
To add that to an event, you need Breadcrumbs. To transfer Monolog entries into breadcrumbs, you would need getsentry/sentry-php#1199, which is not released yet. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
@Jean85 do you know if this PR will be released? |
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
e.g: Symfony, 4.2.8
Steps to Reproduce
To make this easier to test for you I created a repo (here)
Expected Result
I should see only one error with additional information from the logger
Actual Result
I see two errors.

if I understood the documentation correctly, using the option
register_error_listener
=false
should stop duplicate logs in Sentry. Unfortunately, this is not true.The text was updated successfully, but these errors were encountered: