Document Code Origin coverage via Source Code Integration#38434
Open
flushentitypacket wants to merge 19 commits into
Open
Document Code Origin coverage via Source Code Integration#38434flushentitypacket wants to merge 19 commits into
flushentitypacket wants to merge 19 commits into
Conversation
Adds coverage of the new static-analysis-based Code Origin attribution path (via Source Code Integration), which requires no SDK flag and is the primary source of Code Origin data for Go and for additional Python/Node.js frameworks not yet covered by tracer instrumentation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Use product-facing terminology (Source Code Integration, with GitHub as the example provider) instead of the internal "Code Intelligence" team name, matching existing docs conventions (error_tracking, flaky_management, api_endpoints). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… section Replaces the scattered mentions across Overview, Prerequisites, compatibility tabs, Enable Code Origin, and Troubleshooting with a single Alternative Setup section, linked from Getting Started and Troubleshooting for readers whose service isn't covered by the default tracer-instrumented setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Source Code Integration is already a required prerequisite for Code Origin (used for code previews), so it isn't a separate setup path. Reframe the section to describe what SCI alone already covers automatically, and what enabling the SDK flag adds on top. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Source Code Integration is a general prerequisite for Code Origin, not just for code previews. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Per CONTRIBUTING.md: avoid temporal words like "already", and use em dashes with no surrounding spaces (rewritten as separate sentences instead). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: sstonehill12 <sarah.stonehill@datadoghq.com>
Contributor
Preview links (active after the
|
Co-authored-by: sstonehill12 <sarah.stonehill@datadoghq.com>
Replaces "via" with "through" per Datadog.words_case_insensitive, renames the Source Code Integration section heading to match, updates all anchor links accordingly, and splits/tightens the Prerequisites callout to stay under the 25-word sentence-length guideline. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| - For transpiled Node.js applications (for example, TypeScript), make sure to generate and publish source maps with the deployed application, run Node.js with the [`--enable-source-maps`][10] flag, and use v5.59.0 or newer of the Node.js tracer. Otherwise, code previews will not work. See the Node.js [Source Code Integration][9] documentation for more details. | ||
| - Code Origin is designed to reference user code only, but in some cases, third-party code references may slip through. You can report these cases to [Datadog support][13] and help improve these references. | ||
|
|
||
| ## Code Origin coverage through Source Code Integration |
Author
There was a problem hiding this comment.
Leaving this heading as-is intentionally. Vale flags it because only the first word is capitalized under strict sentence-case, but "Code Origin" and "Source Code Integration" are treated as proper feature names capitalized throughout this page (e.g. "Using Code Origin", "Enable Code Origin"). Lowercasing them here would be inconsistent with the rest of the doc, so keeping the capitalization for consistency.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The {{% tabs %}} shortcode renders each tab's content in its own
isolated pass, so it can't resolve reference-style links defined at
the bottom of the page. Use an inline link instead, matching the
pattern already used elsewhere in the same tab.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
maycmlee
reviewed
Jul 23, 2026
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: May Lee <may.lee@datadoghq.com>
Co-authored-by: May Lee <may.lee@datadoghq.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.
What does this PR do? What is the motivation?
Documents Code Origin coverage via Source Code Integration.
NOTE: Do not merge until completing GA for Code Intelligence for Traces.
Merge readiness
For Datadog employees:
AI assistance
Drafted and iterated on with Claude Code.
Additional notes