Closed
Description
When using the redis integration (sentry-sdk 0.11.1), we are not seeing the executed query in the breadcrumbs. Instead, some of the entries are empty, some only contain the accessed key (commands executed are SET
, EVALSHA
and SET
again):
The event data contains the following entries:
{
"breadcrumbs": {
"values": [
{
"category": "redis",
"timestamp": 1566910541.535,
"type": "redis",
"data": {
"redis.key": "<my-key>:0dec1124-2216-42d9-9e20-f0535ed70e04"
},
"level": "info"
},
{
"category": "redis",
"timestamp": 1566910541.588,
"type": "redis",
"level": "info"
},
{
"category": "redis",
"timestamp": 1566910541.607,
"type": "redis",
"data": {
"redis.key": "<my-key>:0dec1124-2216-42d9-9e20-f0535ed70e04"
},
"level": "info"
}
]
}
}
Metadata
Metadata
Assignees
Labels
No labels