Skip to content

Commit 21f4d5b

Browse files
AbhiPrasadmydea
andauthored
Update packages/core/src/integrations/console.ts
Co-authored-by: Francesco Gringl-Novy <francesco.novy@sentry.io>
1 parent e5b2634 commit 21f4d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/integrations/console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type GlobalObjectWithUtil = typeof GLOBAL_OBJ & {
2323
const INTEGRATION_NAME = 'Console';
2424

2525
/**
26-
* Captures calls to the `console` API as logs in Sentry.
26+
* Captures calls to the `console` API as breadcrumbs in Sentry.
2727
*
2828
* By default the integration instruments `console.debug`, `console.info`, `console.warn`, `console.error`,
2929
* `console.log`, `console.trace`, and `console.assert`. You can use the `levels` option to customize which

0 commit comments

Comments
 (0)