test(e2e): Cover error, log and metric trace linking in the nextjs-otlp app - #24175
Draft
chargome wants to merge 2 commits into
Draft
test(e2e): Cover error, log and metric trace linking in the nextjs-otlp app#24175chargome wants to merge 2 commits into
chargome wants to merge 2 commits into
Conversation
…lp app Adds coverage for thrown route handler and server component errors, Sentry logs and metrics carrying the active OpenTelemetry trace, the envelope trace header, and the DSN-derived OTLP auth header, mirroring the node-express-otlp app. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Member
Author
|
bugbot run |
Contributor
size-limit report 📦
|
The app no longer registers an OpenTelemetry meter provider or exports metrics over OTLP. Metrics, like logs, go through Sentry and are asserted to carry the active OpenTelemetry trace. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Member
Author
|
bugbot run |
There was a problem hiding this comment.
✅ 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 a681744. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds coverage to the nextjs-otlp E2E app for errors, logs and metrics linking to the active OpenTelemetry trace, thrown route handler and server component errors, and the DSN-derived OTLP auth header.