Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis integration creates incomplete/empty breadcrumbs #485

Closed
Birne94 opened this issue Aug 27, 2019 · 2 comments
Closed

redis integration creates incomplete/empty breadcrumbs #485

Birne94 opened this issue Aug 27, 2019 · 2 comments

Comments

@Birne94
Copy link

Birne94 commented Aug 27, 2019

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"
            }
        ]
    }
}
@untitaker
Copy link
Member

hey @Birne94 could you try out #489? It improves conditions but maybe doesn't fix all redis problems.

@Birne94
Copy link
Author

Birne94 commented Sep 2, 2019

@untitaker updating to the latest version fixed the issue and the redis commands are showing up properly. Thank you for the quick response!

@Birne94 Birne94 closed this as completed Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants