You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/configuration/integrations/debug.mdx
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
1
---
2
2
title: Debug
3
-
description: "Allows you to inspect the contents of a processed event and hint object that gets passed to beforeSend or beforeSendTransaction."
3
+
description: "Allows you to inspect the contents of a processed event and hint object that gets passed to beforeSend or beforeSendTransaction. (deprecated)"
4
4
---
5
5
6
+
{/* TODO(v9): Remove this page and all references to it */}
7
+
8
+
<Alerttitle="Deprecation Notice">
9
+
10
+
The `Debug` Integration is deprecated and will be removed in the next major version of the SDK.
11
+
To log outgoing events, we recommend using <PlatformLinkto="/configuration/options/#hooks">Hook Options</PlatformLink> in `Sentry.init()`.
12
+
13
+
</Alert>
14
+
6
15
_Import name: `Sentry.debugIntegration`_
7
16
8
17
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.
0 commit comments