-
Notifications
You must be signed in to change notification settings - Fork 69
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
A single trigger_error() call gets reported multiple times with auto instrumentation #1205
Comments
Hey @kisprof Thank you for bug report. I tried to reproduce it but I failed - app quits on PDO constructor with uncaught exception. Could you please review your app and settings and try again (or should I create DB)? |
Hi @intuibase Yep a DB is needed for the test. Sorry my original ticket description is not that "plug and play". Here is the same example with a full docker compose setup:
|
Thank you for reproduction - it works for me, I'll do my best to fix it. |
Describe the bug
A single trigger_error() call gets reported multiple times to the APM server if autoinstrumentation is enabled.
To Reproduce
Steps to reproduce the behavior:
Following code snippet will report 13 number of user deprecated errors to the server.
Expected behavior
Auto instrumented calls should not report earlier triggered errors. So in above scenario I would like to only see 1 error event.
The text was updated successfully, but these errors were encountered: