Uh oh!
There was an error while loading. Please reload this page.
feat(cloudflare): Instrument SQL API in sqlite durable objects - #21656
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 890e3ff. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
size-limit report 📦
|
4ece05c to
2c47687Compare👋 @mydea, @andreiborza — Please review this PR when you get a chance! |
2c47687 to
03411edCompareUh oh!
There was an error while loading. Please reload this page.
45302a2 to
de4a10dCompareJPeer264
commented
Jun 24, 2026
FYI I removed the |
cfa1387 to
3fa0407CompareUh oh!
There was an error while loading. Please reload this page.

closes#20832
closes JS-2445
This instruments
sql.exec()for an SQLite DurableObject. It adds a span and a breadcrumb for theexecmethod.It was inspired by the postgres integration, that is why the
_INTERNAL_sanitizeSqlQueryhas been now exported fromcore. I wanted to also add the span attributedb.query.summary, but the functionality didn't exist and didn't want to make the PR bigger. I'll add another PR for that functionality.This PR can only be merged once getsentry/sentry-conventions#435 has been merged