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
I dont have a strong idea what happened except that my app was upgraded to PHP 8.4.
Steps to reproduce Describe exactly how to reproduce the error. Include a code sample if applicable.
What is the expected behavior?
PDO interactions with a database should be tracked as spans and the connection parameters should be mapped to span attributes (db.system, db.*, ..)
What is the actual behavior?
Only the statement is captured
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The tests still pass against php 8.4.1 (most tests at least check that the db.system trace attribute is in the span attributes).
db.system
Sorry, something went wrong.
No branches or pull requests
I dont have a strong idea what happened except that my app was upgraded to PHP 8.4.
Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.
What is the expected behavior?
PDO interactions with a database should be tracked as spans and the connection parameters should be mapped to span attributes (db.system, db.*, ..)
What is the actual behavior?
Only the statement is captured
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: