Skip to content

Commit 3869fad

Browse files
committed
.
1 parent 780bcd1 commit 3869fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/redis/modules/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _set_db_data_on_span(
5252

5353
if isinstance(span, StreamedSpan):
5454
span.set_attribute("db.system.name", "redis")
55-
span.set_attribute(SPANDATA.DB_DRIVER_NAME, "redis")
55+
span.set_attribute(SPANDATA.DB_DRIVER_NAME, "redis-py")
5656

5757
if db is not None:
5858
span.set_attribute("db.namespace", str(db))

0 commit comments

Comments
 (0)