Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
…leNames, exclude eve from browser content - Make the standalone Eve guide extend the Node guide (fallbackGuide: javascript.node) with error-monitoring/tracing/profiling onboarding toggles. - Use getInstrumentedModuleNames() for orchestrion externalDependencies (getsentry/sentry-javascript#24254). - Add javascript.eve to every notSupported list in JS common content wherever javascript.node is excluded, so browser-only content is hidden from the Eve guide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RaYGdTstWVZKU9X4NjtYV1
…ascript.node PlatformSection doesn't resolve a guide's fallbackGuide, so the Eve guide needs javascript.eve enumerated wherever javascript.node appears in `supported` lists too, or inherited Node sections and pages render empty under the Eve guide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RaYGdTstWVZKU9X4NjtYV1
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.
DESCRIBE YOUR PR
Adds a standalone Eve JavaScript guide and lifts the old Eve Agent Tracing page into it. Based on getsentry/sentry-javascript#24228, #24247, and #24254.
/platforms/javascript/guides/eve/that extends the Node guide (fallbackGuide: javascript.node) with Error Monitoring / Tracing / Profiling onboarding toggles. Documents the@sentry/nodeSDK-based setup (replacing the old OTLP approach),Sentry.eveConversationHook()for linking session turns into Conversations, andgetInstrumentedModuleNames()for orchestrionexternalDependencies.common/agent-tracing/eve.mdx, redirects the old route to the new guide, and keeps the Eve card in the Node Agent Tracing grid (which now redirects to the guide).javascript.eveto everynotSupportedandsupportedlist in JS common content whereverjavascript.nodeappears.PlatformSectiondoesn't resolve a guide'sfallbackGuide, so Eve must be enumerated alongside Node in both directions — otherwise browser-only content leaks into the Eve guide and inherited Node sections/pages render empty.javascript-eve).Important
Do not merge until these APIs ship in the next
@sentry/nodebeta release. The guide documentsSentry.eveConversationHook()(getsentry/sentry-javascript#24247) andgetInstrumentedModuleNames()(getsentry/sentry-javascript#24254), which are not yet in a published beta, and requires@sentry/node11.0.0-beta.3or later. Merging before that release would document APIs users can't install.IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
Select exactly one option. For deadlines, replace
YYYY-MM-DDwith the due date. You can update this information later by editing the PR description.@sentry/nodebeta release — see above)SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
🤖 Generated with Claude Code
https://claude.ai/code/session_01RaYGdTstWVZKU9X4NjtYV1