Skip to content

test(nextjs): Add MongoDB and SQL driver orchestrion instrumentations#22530

Merged
chargome merged 1 commit into
developfrom
test/nextjs-orchestrion-mongo-sql-instrumentations
Jul 23, 2026
Merged

test(nextjs): Add MongoDB and SQL driver orchestrion instrumentations#22530
chargome merged 1 commit into
developfrom
test/nextjs-orchestrion-mongo-sql-instrumentations

Conversation

@chargome

@chargome chargome commented Jul 23, 2026

Copy link
Copy Markdown
Member

Adds e2e coverage for mongodb, mongoose, mysql2 and postgres.js orchestrion instrumentations in the nextjs-16-orchestrion app. mongodb/mongoose use a new mongo container; mysql2 and postgres.js reuse the existing MySQL and Postgres containers. mysql2 is pinned below 3.20.0 (like ioredis) so the orchestrion path is exercised rather than the driver's native diagnostics channels.

Also splits the app's e2e tests into one file per instrumented library for readability.

Closes #22505

…tations

Add e2e coverage for mongodb, mongoose, mysql2 and postgres.js orchestrion instrumentations in
the nextjs-16-orchestrion app. mongodb/mongoose use a new mongo container; mysql2 and postgres.js
reuse the existing MySQL and Postgres containers. `mysql2` is pinned below 3.20.0 (like `ioredis`)
so the orchestrion path is exercised rather than the driver's native diagnostics channels.

Also split the app's e2e tests into one file per instrumented library for readability.

Fixes #22505
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@chargome chargome self-assigned this Jul 23, 2026
@chargome

chargome commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

buglitzer run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 6a1c646. Configure here.

@chargome
chargome marked this pull request as ready for review July 23, 2026 09:29
@chargome
chargome merged commit d177054 into develop Jul 23, 2026
46 checks passed
@chargome
chargome deleted the test/nextjs-orchestrion-mongo-sql-instrumentations branch July 23, 2026 09:34
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.

Add MongoDB + modern SQL driver orchestrion instrumentations to nextjs-16-orchestrion

2 participants