We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780bcd1 commit 3869fadCopy full SHA for 3869fad
1 file changed
sentry_sdk/integrations/redis/modules/queries.py
@@ -52,7 +52,7 @@ def _set_db_data_on_span(
52
53
if isinstance(span, StreamedSpan):
54
span.set_attribute("db.system.name", "redis")
55
- span.set_attribute(SPANDATA.DB_DRIVER_NAME, "redis")
+ span.set_attribute(SPANDATA.DB_DRIVER_NAME, "redis-py")
56
57
if db is not None:
58
span.set_attribute("db.namespace", str(db))
0 commit comments