Skip to content

Commit a1f0974

Browse files
committed
modify breadcrumbs docs; add new for deno
1 parent 1b95311 commit a1f0974

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

docs/platforms/javascript/common/configuration/integrations/breadcrumbs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ notSupported:
99

1010
_Import name: `Sentry.breadcrumbsIntegration`_
1111

12-
This integration is [enabled by default](./../#modifying-default-integrations).
12+
This integration is enabled by default. You can also [modify default integrations](./../#modifying-default-integrations).
1313

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.
14+
The `breadcrumbsIntegration` wraps native APIs to capture breadcrumbs.
15+
By default, the Sentry SDK wraps all APIs. 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.
1616

1717
## Options
1818

1919
### `console`
2020

2121
_Type: `boolean`_
2222

23-
Log calls to `console.log`, `console.debug`, etc.
23+
Log calls to `console.log`, `console.debug`, and so on.
2424

2525
### `dom`
2626

docs/platforms/javascript/guides/deno/configuration/integrations/breadcrumbs.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
---
22
title: Breadcrumbs
33
excerpt: ""
4-
description: "Wraps native APIs to capture breadcrumbs. (default)"
4+
description: "Learn how Sentry wraps native APIs of Deno to capture breadcrumbs."
55
sidebar_order: 1
6-
notSupported:
7-
- javascript.electron
86
---
97

108
_Import name: `Sentry.breadcrumbsIntegration`_
119

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).
1311

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.
13+
By default, the Sentry SDK wraps all APIs. 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.
1814

1915
## Options
2016

2117
### `console`
2218

2319
_Type: `boolean`_
2420

25-
Log calls to `console.log`, `console.debug`, etc.
21+
Log calls to `console.log`, `console.debug`, and so on.
2622

2723
### `fetch`
2824

0 commit comments

Comments
 (0)