Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
integrations(integrations: any[]): any[] {
return integrations
.filter(integration => integration.name !== "Breadcrumbs" || config.ENVIRONMENT === "production")
.concat(new CaptureConsole({ levels: ["error"] }));
},
});