docs(migration): Trim v11 migration guide for the first alpha - #23140
Merged
Conversation
Copy the full aspirational guide to docs/migration/v11-end-state.md and trim MIGRATION.md down to what actually ships in the alpha (removing not-yet-implemented items and internal TODO(v11) notes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ction Missing comma after the `ignoreSpans` array made the `beforeSendSpan` "after" snippet invalid JS. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Cross-checked the guide against the Linear v11 project's "alpha" and "second alpha" milestones. Removed migration entries whose tickets are still open and which the code confirms are not yet implemented: `network.*` attribute alignment, AMQP/Redis legacy-attribute removal, `OpenTelemetryServerRuntimeOptions` removal, `semanticAttributes` re-export removal, `SentrySpanArguments` cleanup, `BrowserOptions` transport generic, and unified attribute typing/serialization. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…n-guide-v11-alpha
Sync the aspirational reference with the latest develop MIGRATION.md so it includes the span op breaking-changes section from #23137. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The InvokeModel path sets `gen_ai.generate_content`, not `gen_ai.invoke_model` (bedrock-runtime.ts:246). Correct the "After" op in the span-op changes table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nicohrubec
marked this pull request as ready for review
August 7, 2026 10:02
andreiborza
reviewed
Aug 7, 2026
chargome
approved these changes
Aug 7, 2026
andreiborza
approved these changes
Aug 7, 2026
JPeer264
approved these changes
Aug 7, 2026
…n-guide-v11-alpha # Conflicts: # MIGRATION.md
…n-guide-v11-alpha
Merge develop's restructured "Better OpenTelemetry interoperability" section (three named setups, from #23149), remove the trailing TODO(v11) OpenTelemetry guide link for the user-facing alpha, and refresh the end-state copy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…py too The end-state doc is canonical and the alpha guide is that doc minus the not-yet-implemented removals, so correctness fixes must live in both. Port the AWS Bedrock InvokeModel op (`gen_ai.generate_content`) and the `ignoreSpans` example comma fix into docs/migration/v11-end-state.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Updating the migration guide for the first v11 alpha. The previous state is copied to
docs/migration/v11-end-state.md, so we can reuse the sections from there as we implement more breaking changes.