Skip to content

Commit

Permalink
feat(vercel-edge): Add dedupe as default integration (#12957)
Browse files Browse the repository at this point in the history
Add the dedupe integration as a default integration to `vercel-edge`.

Saw this discrepancy while working on the cloudflare sdk.
  • Loading branch information
AbhiPrasad authored Jul 18, 2024
1 parent edf4ac4 commit 6027036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vercel-edge/src/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
dedupeIntegration,
functionToStringIntegration,
getIntegrationsToSetup,
inboundFiltersIntegration,
Expand All @@ -25,6 +26,7 @@ const nodeStackParser = createStackParser(nodeStackLineParser());
/** Get the default integrations for the browser SDK. */
export function getDefaultIntegrations(options: Options): Integration[] {
return [
dedupeIntegration(),
inboundFiltersIntegration(),
functionToStringIntegration(),
linkedErrorsIntegration(),
Expand Down

0 comments on commit 6027036

Please sign in to comment.