Skip to content

redis integration creates incomplete/empty breadcrumbs #485

Closed
@Birne94

Description

@Birne94

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):

Screen Shot 2019-08-27 at 15 07 59

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions