docs(sdk): migrate profiles spec to standard format, deprecate V1#16480
Merged
stephanie-anderson merged 2 commits intomasterfrom Feb 20, 2026
Merged
docs(sdk): migrate profiles spec to standard format, deprecate V1#16480stephanie-anderson merged 2 commits intomasterfrom
stephanie-anderson merged 2 commits intomasterfrom
Conversation
Consolidate 4 profile spec files (index, sample-format-v1, sample-format-v2, continuous-profiling-api) into a single spec with proper versioning derived from git history (12 versions, 1.0.0–2.5.0). Mark V1 transaction-based profiling as deprecated in favor of V2 continuous profiling. - 16 SpecSections with per-section status and since annotations - V1 sections marked deprecated with superseded_by references - Redirects for deleted child pages - Updated internal link in envelope-items.mdx Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dingsdax
approved these changes
Feb 20, 2026
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.
Migrate the profiles spec (
develop-docs/sdk/telemetry/profiles/) to the standard spec format and deprecate V1 transaction-based profiling in favor of V2 continuous profiling.Consolidation: 4 files merged into one spec document:
index.mdx(was a shell with<PageGrid />)sample-format-v1.mdx→ Wire Format: V1 sections (now deprecated)sample-format-v2.mdx→ Wire Format: V2 sectionscontinuous-profiling-api.mdx→ Public API sectionVersioning: 12 versions (1.0.0–2.5.0) derived from git history:
Deprecation: V1 sections marked
status="deprecated"withsuperseded_byreferences to V2 equivalents. Overview and Concepts updated to direct all new SDK work to V2.16 SpecSections: sampling-frequency, profile-lifecycle-modes, tracing-context-linking, v1-sample-format (deprecated), v2-sample-format, profile-data, v1-validation (deprecated), v2-validation, v1-envelope (deprecated), v2-envelope, tracing-context-payload, profile-session-sample-rate, profile-lifecycle, start-profiler-on-app-start, start-profiler, stop-profiler
Other changes:
envelope-items.mdxCo-Authored-By: Claude noreply@anthropic.com