-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
PR #2181 aimed to only install extensions when Sentry is enabled, however the respective check is the wrong way around, meaning that extensions are only installed if Sentry is not enabled.
sentry-javascript/packages/core/src/baseclient.ts
Lines 75 to 77 in 4f898a0
if (!options.enabled) { | |
this._integrations = setupIntegrations(this._options); | |
} |
Metadata
Metadata
Assignees
Labels
No labels