You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: