Disable automatic user feedback without loosing default integrations

Is there a way to disable the automatic user feedback widget when using @sentry/browser from npm?

I have read that setting Sentry.init({defaultIntegrations: false}); should remove it, but that removes all of the defaults and requires them to all be setup again. Is there a simpler way?

What is the actual integration that causes the user feedback widget to activate? The documentation seems to only mention BreadCrumbs, FunctionToString, GlobalHandlers, InboundFilters, LinkedErrors, TryCatch and UserAgent.

@Slavrix
Did you figure out how?