feat(sdk): report a development session when an integration is created - #1101
Merged
Merged
Conversation
blove
enabled auto-merge (squash)
September 17, 2026 05:26
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
…s created Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… constructed Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…arden construction tests Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…dbox The ag-ui adapter reads an interrupt snapshot via structuredClone during construction since a386692, which landed after the v0.1.0 tag, so the publish-time bundle verification has failed on main since then. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…construction Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
blove
force-pushed
the
blove/sdk-session-on-boot
branch
from
September 17, 2026 18:26
cf68dc8 to
1fa60ab
Compare
Contributor
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.
Summary
touch()on their development runtime immediately after creating it, so oneruntime.session_starteddevelopment observation is sent when an app boots with the integration configured instead of on first use.@threadplane/telemetryruntime code is unchanged:touch()already applies every guard (dev mode, real browser,navigator.webdriver, disable flags, policy) and the one-per-session dedupe.CLAUDE.md/AGENTS.mddisclosure no longer claim that unused construction is inert.structuredClone, which the ag-ui adapter has needed at construction since a386692 (landed after the v0.1.0 tag), so the Publish workflow's bundle check has failed on main since then.Test plan
nx test langgraph,nx test ag-ui,nx test render(mutation-checked: each construction test fails without thetouch()line)nx run-many -t build -p langgraph,ag-ui,render,telemetrynx run telemetry:test-development-bundleandtelemetry:test-install-packpass locally on Node 22ng serve, load the page without sending a message, confirm the runtime row in Neon.🤖 Generated with Claude Code