Skip to content

[skill-drift] update(sentry-cloudflare-sdk): v10.59.0 sync KV instrumentation#209

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
skill-drift/sentry-cloudflare-sdk-skill-drift-update-sentry-cloudflare-sdk-1782139059
Open

[skill-drift] update(sentry-cloudflare-sdk): v10.59.0 sync KV instrumentation#209
github-actions[bot] wants to merge 1 commit into
mainfrom
skill-drift/sentry-cloudflare-sdk-skill-drift-update-sentry-cloudflare-sdk-1782139059

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Warning

Auto-generated from external SDK content. Review all links and code suggestions before acting on them.

Summary

Updates sentry-cloudflare-sdk skill to document automatic synchronous KV storage instrumentation added in @sentry/cloudflare v10.59.0.

Changes

  1. Version bump: Updated SDK version reference from v10.55.0 → v10.59.0
  2. New feature documentation: Added synchronous KV storage instrumentation section in references/durable-objects.md
    • Documents ctx.storage.kv.get/put/delete/list automatic instrumentation
    • Clarifies that sync KV is instrumented alongside async storage operations
    • Added version note for v10.59.0+ requirement

What changed in the SDK

PR #21316 added automatic instrumentation for Durable Object synchronous KV storage operations. When using instrumentDurableObjectWithSentry, the SDK now creates spans for:

  • ctx.storage.kv.get(key)
  • ctx.storage.kv.put(key, value)
  • ctx.storage.kv.delete(key)
  • ctx.storage.kv.list()

These operations create spans with op db and names like durable_object_storage_kv_get.

Impact

Low — this is an additive change. Existing Durable Object instrumentation continues to work unchanged. The sync KV instrumentation is automatically applied when developers use instrumentDurableObjectWithSentry, no code changes required.

Upstream PR

  • feat(cloudflare): Instrument sync KV #21316
  • Released in v10.59.0 (2026-06-19)

Source PRs

…entation

Automated drift-fix run.

Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
@github-actions github-actions Bot requested a review from a team as a code owner June 22, 2026 14:37
@github-actions github-actions Bot requested review from andreiborza and mydea June 22, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants