Skip to content

Latest release incorrectly installs extensions #2192

@dneuschaefer-rube

Description

@dneuschaefer-rube

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.

if (!options.enabled) {
this._integrations = setupIntegrations(this._options);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions