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/guides/deno/configuration/integrations/breadcrumbs.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,24 @@
1
1
---
2
2
title: Breadcrumbs
3
3
excerpt: ""
4
-
description: "Wraps native APIs to capture breadcrumbs. (default)"
4
+
description: "Learn how Sentry wraps native APIs of Deno to capture breadcrumbs."
5
5
sidebar_order: 1
6
-
notSupported:
7
-
- javascript.electron
8
6
---
9
7
10
8
_Import name: `Sentry.breadcrumbsIntegration`_
11
9
12
-
This integration is [enabled by default](./../#modifying-default-integrations).
10
+
This integration is enabled by default. You can also [modify default integrations](./../#modifying-default-integrations).
13
11
14
-
This integration wraps native APIs to capture breadcrumbs. By default, the Sentry SDK wraps all APIs.
15
-
You can opt-out of capturing breadcrumbs for specific parts of your application (e.g. do not capture `console.log` calls as breadcrumbs) via the options below.
16
-
17
-
In
12
+
The `breadcrumbsIntegration` wraps native APIs to capture breadcrumbs. By default, the Sentry SDK wraps all APIs.
13
+
You can opt out of capturing breadcrumbs for specific parts of your application (for example, you could say don't capture `console.log` calls as breadcrumbs) via the options below.
18
14
19
15
## Options
20
16
21
17
### `console`
22
18
23
19
_Type: `boolean`_
24
20
25
-
Log calls to `console.log`, `console.debug`, etc.
21
+
Log calls to `console.log`, `console.debug`, and so on.
0 commit comments