Skip to content

docs: Use db.query.text in the v11 beforeSendSpan example - #23957

Merged
andreiborza merged 1 commit into
developfrom
ab/fix-v11-migration-db-attribute
Sep 2, 2026
Merged

docs: Use db.query.text in the v11 beforeSendSpan example#23957
andreiborza merged 1 commit into
developfrom
ab/fix-v11-migration-db-attribute

Conversation

@andreiborza

Copy link
Copy Markdown
Member

The "after" snippet of the beforeSendSpan example in the v11 migration guide still scrubs db.statement. v11 renamed that attribute to db.query.text, as the attribute table further down in the same guide says, so copying the example would silently scrub nothing.

Docs only, no code change.

The "after" snippet still scrubbed `db.statement`, which v11 renamed to
`db.query.text`. Copying the example would silently scrub nothing.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@andreiborza
andreiborza merged commit b6ebd0a into develop Sep 2, 2026
39 checks passed
@andreiborza
andreiborza deleted the ab/fix-v11-migration-db-attribute branch September 2, 2026 15:16
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

Successfully merging this pull request may close these issues.

2 participants