Skip to content

Commit 5136e77

Browse files
HazATimatwawana
authored andcommitted
Update dedupe docs (#3902)
Co-authored-by: Isabel <[email protected]>
1 parent c27037a commit 5136e77

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/platforms/javascript/common/configuration/integrations/default.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Default Integrations
33
excerpt: ""
4-
description: "Learn more about system integrations InboundFilters, FunctionToString, Breadcrumbs, GlobalHandlers, LinkedErrors, and UserAgent that are enabled by default to integrate into the standard library or the interpreter itself."
4+
description: "Learn more about system integrations Dedupe, InboundFilters, FunctionToString, Breadcrumbs, GlobalHandlers, LinkedErrors, and UserAgent, that are enabled by default to integrate into the standard library or the interpreter itself."
55
redirect_from:
66
- /platforms/javascript/integrations/default/
77
- /platforms/javascript/default-integrations/
@@ -126,6 +126,14 @@ _Import name: `Sentry.Integrations.UserAgent`_
126126

127127
This integration attaches user-agent information to the event, which allows us to correctly catalog and tag them with specific OS, browser, and version information.
128128

129+
### Dedupe
130+
131+
_Import name: `Sentry.Integrations.Dedupe`_
132+
133+
This integration deduplicates certain events. It can be helpful if you are receiving many duplicate errors. Note that Sentry will only compare stack traces and fingerprints. This integration is enabled by default for Browser.
134+
135+
<PlatformContent includePath="configuration/dedupe" />
136+
129137
## Modifying System Integrations
130138

131139
To disable system integrations set `defaultIntegrations: false` when calling `init()`.

src/platforms/javascript/common/configuration/integrations/plugin.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Pluggable Integrations
3-
description: "Learn more about pluggable integrations ExtraErrorData, CaptureConsole, Dedupe, Debug, Offline, RewriteFrames, and ReportingObserver, which are snippets of code that augment functionality for specific applications and/or frameworks."
3+
description: "Learn more about pluggable integrations ExtraErrorData, CaptureConsole, Debug, Offline, RewriteFrames, and ReportingObserver, which are snippets of code that augment functionality for specific applications and/or frameworks."
44
redirect_from:
55
- /platforms/javascript/integrations/plugin/
66
- /platforms/javascript/pluggable-integrations/
@@ -34,14 +34,6 @@ This integration captures all `Console API` calls and redirects them to Sentry
3434

3535
<PlatformContent includePath="configuration/capture-console" />
3636

37-
### Dedupe
38-
39-
_Import name: `Sentry.Integrations.Dedupe`_
40-
41-
This integration deduplicates certain events; it can be helpful if you are receiving many duplicate errors. Be aware that Sentry will only compare stack traces and fingerprints.
42-
43-
<PlatformContent includePath="configuration/dedupe" />
44-
4537
### Debug
4638

4739
_Import name: `Sentry.Integrations.Debug`_

0 commit comments

Comments
 (0)