You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed #1566, but changing MySQL engine to mysql.connector.django in the setting of the Django project seems quite risky. For example, I got AttributeError: 'CMySQLConnection' object has no attribute 'escape_string' error.
Can we only install the DjangoInstrumentor and still get the span of MySQL query in Django app?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have followed #1566, but changing MySQL engine to
mysql.connector.django
in the setting of the Django project seems quite risky. For example, I gotAttributeError: 'CMySQLConnection' object has no attribute 'escape_string'
error.Can we only install the DjangoInstrumentor and still get the span of MySQL query in Django app?
Beta Was this translation helpful? Give feedback.
All reactions