diff --git a/docs/platforms/javascript/common/configuration/integrations/debug.mdx b/docs/platforms/javascript/common/configuration/integrations/debug.mdx
index 86ce7b3d2e09f..fd8e6ac6c3e4d 100644
--- a/docs/platforms/javascript/common/configuration/integrations/debug.mdx
+++ b/docs/platforms/javascript/common/configuration/integrations/debug.mdx
@@ -1,8 +1,17 @@
---
title: Debug
-description: "Allows you to inspect the contents of a processed event and hint object that gets passed to beforeSend or beforeSendTransaction."
+description: "Allows you to inspect the contents of a processed event and hint object that gets passed to beforeSend or beforeSendTransaction. (deprecated)"
---
+{/* TODO(v9): Remove this page and all references to it */}
+
+
+
+The `Debug` Integration is deprecated and will be removed in the next major version of the SDK.
+To log outgoing events, we recommend using Hook Options in `Sentry.init()`.
+
+
+
_Import name: `Sentry.debugIntegration`_
This integration allows you to inspect the contents of a processed event and hint object that gets passed to `beforeSend` or `beforeSendTransaction`. It will always run as the last integration, no matter when it was registered.
diff --git a/docs/platforms/javascript/common/configuration/integrations/sessiontiming.mdx b/docs/platforms/javascript/common/configuration/integrations/sessiontiming.mdx
index a0def718ea9c3..c97856641fc27 100644
--- a/docs/platforms/javascript/common/configuration/integrations/sessiontiming.mdx
+++ b/docs/platforms/javascript/common/configuration/integrations/sessiontiming.mdx
@@ -1,8 +1,17 @@
---
title: SessionTiming
-description: "Adds session timing data to events."
+description: "Adds session timing data to events. (deprecated)"
---
+{/* TODO(v9): Remove this page and all references to it */}
+
+
+
+The `SessionTiming` Integration is deprecated and will be removed in the next major version of the SDK.
+To capture session durations alongside events, we recommend using Context.
+
+
+
_Import name: `Sentry.sessionTimingIntegration`_
This integration adds duration data for sessions to events.