Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f1f7430
docs(javascript): Give Flue its own guide with SDK-based setup
RulaKhaled Sep 18, 2026
8f82152
docs(javascript): Carry the Flue page's conversation and troubleshoot…
RulaKhaled Sep 21, 2026
005278c
docs(javascript): Register javascript.flue in the JS common content
RulaKhaled Sep 21, 2026
3700102
Merge branch 'master' into rola/flue-guide-sdk-setup
RulaKhaled Sep 22, 2026
b34b8a0
docs(javascript): Add Flue to the standalone Agent Tracing sidebar gu…
RulaKhaled Sep 22, 2026
0f11a1b
docs(javascript): Drop unverifiable claims from the Flue guide
RulaKhaled Sep 22, 2026
cdcf3c8
docs(javascript): Rename the Flue init file to instrument.ts
RulaKhaled Sep 22, 2026
5f48a47
docs(javascript): Move the Flue guide to v11
RulaKhaled Sep 22, 2026
61a5c91
Merge branch 'master' into rola/flue-guide-sdk-setup
RulaKhaled Sep 22, 2026
1a090cb
docs(javascript): Move the Flue init file into src
RulaKhaled Sep 23, 2026
79315bd
docs(javascript): Offer profiling in the Flue guide
RulaKhaled Sep 23, 2026
e9e8eb1
docs(javascript): Add the Sentry loader step to the Flue guide
RulaKhaled Sep 23, 2026
84b90d3
docs(javascript): Pin the Flue guide to 11.0.0-rc.1
RulaKhaled Sep 23, 2026
f756d9e
docs(javascript): Take @mydea's wording for the blueprint alert
RulaKhaled Sep 23, 2026
f8bcfa6
Merge branch 'master' into rola/flue-guide-sdk-setup
RulaKhaled Sep 23, 2026
692a08b
docs(javascript): Redirect the pre-rename Flue paths in one hop
RulaKhaled Sep 23, 2026
1b8bae7
Merge branch 'master' into rola/flue-guide-sdk-setup
RulaKhaled Sep 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
227 changes: 0 additions & 227 deletions docs/platforms/javascript/common/agent-tracing/flue.mdx

This file was deleted.

1 change: 1 addition & 0 deletions docs/platforms/javascript/common/agent-tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ As of SDK version `11.0.0`, Sentry auto-instruments the most popular AI SDKs and
},
{
to: "/agent-tracing/flue/",
href: "/platforms/javascript/guides/flue/",
title: "Flue",
icon: "flue",
supported: ["javascript.node", "javascript.cloudflare"],
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/javascript/common/best-practices/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar_section: configuration
notSupported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Learn how to identify the source of errors and route events to diff
notSupported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Learn how to manage several Sentry instances by creating your own c
notSupported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ notSupported:
- javascript.wasm
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Learn how to use Sentry in shared environments (for example in brow
notSupported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: "Learn more about how to isolate Sentry scope and breadcrumbs acros
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Monitor for blocked event loops in Node.js applications
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for Amqplib. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.astro
- javascript.aws-lambda
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Capture events when the event loop is blocked and the application
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for child processes and worker threads (defau
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for Dataloader."
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Monitor for blocked event loops in all threads of a Node.js applic
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds performance instrumentation for Fastify. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.fastify
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for Firebase. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.firebase
- javascript.gcp-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for filesystem operations."
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for Generic Pool. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for GraphQL. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds performance instrumentation for Hapi. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.hapi
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Capture spans & breadcrumbs for http requests. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Adds instrumentation for KafkaJS. (default)"
supported:
- javascript.node
- javascript.eve
- javascript.flue
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
Expand Down
Loading
Loading