From d3f23327742f2df179f1e9d087b2b3889ad64ee4 Mon Sep 17 00:00:00 2001 From: nabi-noor Date: Thu, 10 Sep 2026 19:48:15 +0500 Subject: [PATCH] docs(js): Add browser AI integrations to SDK tables List the five browser-capable AI integrations in every JavaScript SDK table. Keep override tables consistent with the generic browser integration list. Fixes getsentry/sentry-javascript#18799 Co-Authored-By: OpenAI Codex --- .../configuration/integrations/javascript.astro.mdx | 5 +++++ .../configuration/integrations/javascript.gatsby.mdx | 5 +++++ .../configuration/integrations/javascript.nextjs.mdx | 5 +++++ .../configuration/integrations/javascript.nuxt.mdx | 5 +++++ .../configuration/integrations/javascript.remix.mdx | 5 +++++ .../configuration/integrations/javascript.solidstart.mdx | 5 +++++ .../configuration/integrations/javascript.sveltekit.mdx | 5 +++++ .../configuration/integrations/javascript.vue.mdx | 5 +++++ 8 files changed, 40 insertions(+) diff --git a/platform-includes/configuration/integrations/javascript.astro.mdx b/platform-includes/configuration/integrations/javascript.astro.mdx index 0f09883dc51ea..5986ed50d8e92 100644 --- a/platform-includes/configuration/integrations/javascript.astro.mdx +++ b/platform-includes/configuration/integrations/javascript.astro.mdx @@ -29,13 +29,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.gatsby.mdx b/platform-includes/configuration/integrations/javascript.gatsby.mdx index 5aff5b73147a2..91fe958036bb2 100644 --- a/platform-includes/configuration/integrations/javascript.gatsby.mdx +++ b/platform-includes/configuration/integrations/javascript.gatsby.mdx @@ -10,15 +10,20 @@ | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | | [`inboundFiltersIntegration`](./inboundfilters) | ✓ | ✓ | | | | | [`linkedErrorsIntegration`](./linkederrors) | ✓ | ✓ | | | | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`browserSessionIntegration`](./browsersession) | ✓ | | | | ✓ | | [`browserTracingIntegration`](./browsertracing) | | | ✓ | | ✓ | | [`captureConsoleIntegration`](./captureconsole) | | | | | ✓ | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`extraErrorDataIntegration`](./extraerrordata) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`rewriteFramesIntegration`](./rewriteframes) | | ✓ | | | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | diff --git a/platform-includes/configuration/integrations/javascript.nextjs.mdx b/platform-includes/configuration/integrations/javascript.nextjs.mdx index 58b03e0ad63ff..49bbf8b5ed28b 100644 --- a/platform-includes/configuration/integrations/javascript.nextjs.mdx +++ b/platform-includes/configuration/integrations/javascript.nextjs.mdx @@ -29,13 +29,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.nuxt.mdx b/platform-includes/configuration/integrations/javascript.nuxt.mdx index 299722eb63186..13f70d7daa05a 100644 --- a/platform-includes/configuration/integrations/javascript.nuxt.mdx +++ b/platform-includes/configuration/integrations/javascript.nuxt.mdx @@ -28,13 +28,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.remix.mdx b/platform-includes/configuration/integrations/javascript.remix.mdx index b7e2d2dc2a8ab..e557dab07521a 100644 --- a/platform-includes/configuration/integrations/javascript.remix.mdx +++ b/platform-includes/configuration/integrations/javascript.remix.mdx @@ -28,13 +28,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.solidstart.mdx b/platform-includes/configuration/integrations/javascript.solidstart.mdx index a33bc442497a4..f905eff8f0025 100644 --- a/platform-includes/configuration/integrations/javascript.solidstart.mdx +++ b/platform-includes/configuration/integrations/javascript.solidstart.mdx @@ -28,13 +28,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.sveltekit.mdx b/platform-includes/configuration/integrations/javascript.sveltekit.mdx index 5f9b60c65be93..2268df4442da3 100644 --- a/platform-includes/configuration/integrations/javascript.sveltekit.mdx +++ b/platform-includes/configuration/integrations/javascript.sveltekit.mdx @@ -28,13 +28,18 @@ Depending on whether an integration enhances the functionality of a particular r | [`browserTracingIntegration`](./browsertracing) | ✓ | | ✓ | | ✓ | | [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | | | [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ | diff --git a/platform-includes/configuration/integrations/javascript.vue.mdx b/platform-includes/configuration/integrations/javascript.vue.mdx index ecbd989aa0f01..45c5c7991b955 100644 --- a/platform-includes/configuration/integrations/javascript.vue.mdx +++ b/platform-includes/configuration/integrations/javascript.vue.mdx @@ -12,16 +12,21 @@ | [`inboundFiltersIntegration`](./inboundfilters) | ✓ | ✓ | | | | | [`linkedErrorsIntegration`](./linkederrors) | ✓ | ✓ | | | | | [`vueIntegration`](./vue) | ✓ | ✓ | ✓ | | | +| [`anthropicAIIntegration`](../../agent-tracing/anthropic) | | | ✓ | | ✓ | | [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | | | [`browserTracingIntegration`](./browsertracing) | | | ✓ | | ✓ | | [`captureConsoleIntegration`](./captureconsole) | | | | | ✓ | | [`contextLinesIntegration`](./contextlines) | | ✓ | | | | | [`extraErrorDataIntegration`](./extraerrordata) | | | | | ✓ | | [`featureFlagsIntegration`](./featureflags) | | | | | ✓ | +| [`googleGenAIIntegration`](../../agent-tracing/google-genai) | | | ✓ | | ✓ | | [`graphqlClientIntegration`](./graphqlclient) | | | | | ✓ | | [`httpClientIntegration`](./httpclient) | | ✓ | | | | +| [`langChainIntegration`](../../agent-tracing/langchain) | | | ✓ | | ✓ | +| [`langGraphIntegration`](../../agent-tracing/langgraph) | | | ✓ | | ✓ | | [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ | | [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ | +| [`openAIIntegration`](../../agent-tracing/openai) | | | ✓ | | ✓ | | [`openFeatureIntegration`](./openfeature) | | | | | ✓ | | [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | | | [`replayIntegration`](./replay) | | | | ✓ | ✓ |