It would be useful to have the ability to pass console log methods which will be added to breadcrumbs. For example: ```js Sentry.init({ breadcrumbConsoleLevels: ['trace', 'debug', 'info'], }); ```