Skip to content

Commit a1ea96b

Browse files
committed
modify deno breadcrumbs docs
1 parent f264580 commit a1ea96b

File tree

1 file changed

+5
-9
lines changed
  • docs/platforms/javascript/guides/deno/configuration/integrations

1 file changed

+5
-9
lines changed

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