Skip to content

feat(core)!: Remove deprecated instrumentLangGraph - #22485

Merged
nicohrubec merged 1 commit into
developfrom
feat/remove-instrument-langgraph
Jul 22, 2026
Merged

feat(core)!: Remove deprecated instrumentLangGraph#22485
nicohrubec merged 1 commit into
developfrom
feat/remove-instrument-langgraph

Conversation

@nicohrubec

@nicohrubecnicohrubec commented Jul 22, 2026

Copy link
Copy Markdown
Member

Removes the instrumentLangGraph alias that #22483 deprecated in favor of instrumentStateGraph, completing the rename from #20584.

Fixes#20584

@nicohrubecnicohrubec changed the title feat(core)!: Remove deprecated instrumentLangGraph aliasfeat(core)!: Remove deprecated instrumentLangGraphJul 22, 2026
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser27.76 kB--
@sentry/browser - with treeshaking flags26.2 kB--
@sentry/browser (incl. Tracing)46.59 kB--
@sentry/browser (incl. Tracing + Span Streaming)48.4 kB--
@sentry/browser (incl. Tracing, Profiling)51.39 kB--
@sentry/browser (incl. Tracing, Replay)85.83 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags75.47 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)90.56 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)103.22 kB--
@sentry/browser (incl. Feedback)44.95 kB--
@sentry/browser (incl. sendFeedback)32.56 kB--
@sentry/browser (incl. FeedbackAsync)37.62 kB--
@sentry/browser (incl. Metrics)28.84 kB--
@sentry/browser (incl. Logs)29.06 kB--
@sentry/browser (incl. Metrics & Logs)29.76 kB--
@sentry/react29.55 kB--
@sentry/react (incl. Tracing)48.87 kB--
@sentry/vue33.18 kB--
@sentry/vue (incl. Tracing)48.56 kB--
@sentry/svelte27.78 kB--
CDN Bundle30.1 kB--
CDN Bundle (incl. Tracing)48.48 kB--
CDN Bundle (incl. Logs, Metrics)31.68 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)49.78 kB--
CDN Bundle (incl. Replay, Logs, Metrics)70.94 kB--
CDN Bundle (incl. Tracing, Replay)85.99 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)87.31 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)91.8 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)93.07 kB--
CDN Bundle - uncompressed89.72 kB--
CDN Bundle (incl. Tracing) - uncompressed146.59 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed94.43 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed150.57 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed219.19 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed265.83 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed269.8 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed279.54 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed283.49 kB--
@sentry/nextjs (client)51.38 kB--
@sentry/sveltekit (client)47 kB--
@sentry/core/server80.13 kB-0.01%-3 B 🔽
@sentry/core/browser51.97 kB--
@sentry/node124.21 kB-0.01%-9 B 🔽
@sentry/node (incl. diagnostics channel injection)149.66 kB--
@sentry/node/import (ESM hook with diagnostics-channel injection)70.03 kB-0.01%-2 B 🔽
@sentry/node - without tracing74.38 kB+0.01%+1 B 🔺
@sentry/aws-serverless83.86 kB--
@sentry/cloudflare (withSentry) - minified196.59 kB--
@sentry/cloudflare (withSentry)483.84 kB--

View base workflow run

@nicohrubec
nicohrubec marked this pull request as ready for review July 22, 2026 10:14
@nicohrubec
nicohrubec requested review from a team as code ownersJuly 22, 2026 10:14
@nicohrubec
nicohrubec requested review from andreiborza, chargome, isaacs and mydea and removed request for a teamJuly 22, 2026 10:14
Base automatically changed from feat/rename-instrument-langgraph-to-state-graph to developJuly 22, 2026 11:43
@nicohrubec
nicohrubec requested a review from a team as a code ownerJuly 22, 2026 11:43
@nicohrubec
nicohrubec requested review from msonnb and removed request for a teamJuly 22, 2026 11:43
Removes the `instrumentLangGraph` alias that was deprecated in favor of
`instrumentStateGraph`. This is a breaking change and applies to v11 only;
it is not backported to v10.
Ref #20584
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nicohrubec
nicohrubecforce-pushed the feat/remove-instrument-langgraph branch from 2cc3c42 to c4b031cCompareJuly 22, 2026 11:47
@nicohrubec
nicohrubec merged commit f6f3330 into developJul 22, 2026
284 checks passed
@nicohrubec
nicohrubec deleted the feat/remove-instrument-langgraph branch July 22, 2026 12:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename instrumentLangGraph to instrumentStateGraph

2 participants

@nicohrubec@andreiborza