actual/patches/@sentry+browser+6.12.0.patch
2022-04-28 22:44:38 -04:00

13 lines
472 B
Diff

diff --git a/node_modules/@sentry/browser/dist/sdk.js b/node_modules/@sentry/browser/dist/sdk.js
index bf01e8c..aadd945 100644
--- a/node_modules/@sentry/browser/dist/sdk.js
+++ b/node_modules/@sentry/browser/dist/sdk.js
@@ -12,7 +12,6 @@ exports.defaultIntegrations = [
new integrations_1.Breadcrumbs(),
new integrations_1.GlobalHandlers(),
new integrations_1.LinkedErrors(),
- new integrations_1.Dedupe(),
new integrations_1.UserAgent(),
];
/**