diff --git a/platform-includes/configuration/integrations/javascript.astro.mdx b/platform-includes/configuration/integrations/javascript.astro.mdx index 0f09883dc51ea2..5986ed50d8e925 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 5aff5b73147a26..91fe958036bb2c 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 58b03e0ad63ff6..49bbf8b5ed28b4 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 299722eb631869..13f70d7daa05a3 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 b7e2d2dc2a8ab6..e557dab07521a3 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 a33bc442497a43..f905eff8f00252 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 5f9b60c65be938..2268df4442da3b 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 ecbd989aa0f011..45c5c7991b955a 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) | | | | ✓ | ✓ |