Skip to content

Cloudflare Workers support KV tracing #16250

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

Open
stayallive opened this issue May 12, 2025 · 0 comments
Open

Cloudflare Workers support KV tracing #16250

stayallive opened this issue May 12, 2025 · 0 comments
Labels

Comments

@stayallive
Copy link

Problem Statement

Cloudflare workers commonly use KV as a key-value store for caching or even the main database of a worker.

Currently the SDK doesn't provide an out-of-the-box integration tracing KV calls.

Solution Brainstorm

Add Sentry.instrumentKVWithSentry to generate similar spans to the D1 integration.

There is a bit of an interesting consideration here possibly since it's not always used for caching or like a database. So choosing which span's to generate (cache or db) might be a discussion point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants