Skip to content

Commit 6027036

Browse files
authored
feat(vercel-edge): Add dedupe as default integration (#12957)
Add the dedupe integration as a default integration to `vercel-edge`. Saw this discrepancy while working on the cloudflare sdk.
1 parent edf4ac4 commit 6027036

File tree

1 file changed

+2
-0
lines changed
  • packages/vercel-edge/src

1 file changed

+2
-0
lines changed

packages/vercel-edge/src/sdk.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
dedupeIntegration,
23
functionToStringIntegration,
34
getIntegrationsToSetup,
45
inboundFiltersIntegration,
@@ -25,6 +26,7 @@ const nodeStackParser = createStackParser(nodeStackLineParser());
2526
/** Get the default integrations for the browser SDK. */
2627
export function getDefaultIntegrations(options: Options): Integration[] {
2728
return [
29+
dedupeIntegration(),
2830
inboundFiltersIntegration(),
2931
functionToStringIntegration(),
3032
linkedErrorsIntegration(),

0 commit comments

Comments
 (0)