Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Aug 12, 2024
1 parent 24bdcc4 commit 77a95e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sveltekit/src/client/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ function getDefaultIntegrations(options: BrowserOptions): Integration[] | undefi
// in which case everything inside will get tree-shaken away
if (typeof __SENTRY_TRACING__ === 'undefined' || __SENTRY_TRACING__) {
return [...getDefaultSvelteIntegrations(options), svelteKitBrowserTracingIntegration()];
} else {
return getDefaultSvelteIntegrations(options);
}

return getDefaultSvelteIntegrations(options);
}

/**
Expand Down

0 comments on commit 77a95e1

Please sign in to comment.