Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reorder sections
  • Loading branch information
mydea committed Aug 24, 2023
commit fb37995da0793571d972b6de63eeeddc223ea83b
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ redirect_from:

Sentry provides a number of integrations which are designed to add automatic instrumentation to your application. Some of these integrations are enabled by default, while others have to be explicitly enabled.

## Available Integrations

<PageGrid exclude={["custom"]} />

## Modifying Default Integrations

Expand Down Expand Up @@ -45,7 +43,9 @@ For all other cases, we recommend you use the `integrations` option.

<PlatformContent includePath="configuration/enable-pluggable-integrations-lazy" />

## Removing an Integration
## Removing a Default Integration

If you only want to remove a single or some of the default integrations, instead of disabling all of them with `defaultIntegrations: false`, you can use the following syntax to filter out the ones you don't want.

This example removes the integration for adding breadcrumbs to the event, which is enabled by default:

Expand All @@ -64,3 +64,7 @@ Sentry.init({
## Custom Integrations

You can also create [custom integrations](./custom).

## Available Integrations

<PageGrid exclude={["custom"]} />