File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
organization/integrations/integration-platform/webhooks
platforms/javascript/common/best-practices Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ import {
6060const 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 );
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ import {
4444const integrations = getDefaultIntegrations ({}).filter ((defaultIntegration ) => {
4545 return ! [
4646 " BrowserApiErrors" ,
47- " TryCatch" ,
4847 " Breadcrumbs" ,
4948 " GlobalHandlers" ,
5049 ].includes (defaultIntegration .name );
You can’t perform that action at this time.
0 commit comments