Skip to content

Commit bb21ec5

Browse files
authored
Remove deprecated integration name in example code (#10496)
1 parent 79042be commit bb21ec5

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

docs/organization/integrations/integration-platform/webhooks/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you've set up user identification you can find the user attributes under `dat
174174
"integrations": [
175175
"InboundFilters",
176176
"FunctionToString",
177-
"TryCatch",
177+
"BrowserApiErrors",
178178
"Breadcrumbs",
179179
"GlobalHandlers",
180180
"LinkedErrors",

docs/organization/integrations/integration-platform/webhooks/issue-alerts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The following two fields are for [alert rule action UI components](/organization
250250
"integrations": [
251251
"InboundFilters",
252252
"FunctionToString",
253-
"TryCatch",
253+
"BrowserApiErrors",
254254
"Breadcrumbs",
255255
"GlobalHandlers",
256256
"LinkedErrors",

docs/platforms/javascript/common/best-practices/multiple-sentry-instances.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ import {
6060
const integrations = getDefaultIntegrations({}).filter((defaultIntegration) => {
6161
return ![
6262
"BrowserApiErrors",
63-
"TryCatch",
6463
"Breadcrumbs",
6564
"GlobalHandlers",
6665
].includes(defaultIntegration.name);
@@ -118,7 +117,6 @@ const integrations = Sentry.getDefaultIntegrations({}).filter(
118117
(defaultIntegration) => {
119118
return ![
120119
"BrowserApiErrors",
121-
"TryCatch",
122120
"Breadcrumbs",
123121
"GlobalHandlers",
124122
].includes(defaultIntegration.name);

docs/platforms/javascript/common/best-practices/shared-environments.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import {
4444
const integrations = getDefaultIntegrations({}).filter((defaultIntegration) => {
4545
return ![
4646
"BrowserApiErrors",
47-
"TryCatch",
4847
"Breadcrumbs",
4948
"GlobalHandlers",
5049
].includes(defaultIntegration.name);

0 commit comments

Comments
 (0)