Skip to content

Commit

Permalink
fix: do not force undefined on defaultIntagrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup authored and simonecorsi committed Feb 2, 2022
1 parent a518c4b commit 7d60f26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ module.exports = fp(
environment,
release,
autoSessionTracking,
defaultIntegrations:
defaultIntegrations === false ? defaultIntegrations : undefined,
defaultIntegrations,
integrations,
...sentryOptions,
});
Expand Down

0 comments on commit 7d60f26

Please sign in to comment.