We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf4ac4 commit 6027036Copy full SHA for 6027036
packages/vercel-edge/src/sdk.ts
@@ -1,4 +1,5 @@
1
import {
2
+ dedupeIntegration,
3
functionToStringIntegration,
4
getIntegrationsToSetup,
5
inboundFiltersIntegration,
@@ -25,6 +26,7 @@ const nodeStackParser = createStackParser(nodeStackLineParser());
25
26
/** Get the default integrations for the browser SDK. */
27
export function getDefaultIntegrations(options: Options): Integration[] {
28
return [
29
+ dedupeIntegration(),
30
inboundFiltersIntegration(),
31
functionToStringIntegration(),
32
linkedErrorsIntegration(),
0 commit comments