Breadcrumbs Localhost

How do I get my console.logs to show again in my create react app.

I tried doing something like this:

Sentry.init({dsn: “DSN”},
{
autoBreadcrumbs: {
console: false
}
});

I saw the autoBreadcrumbs in a Raven/Sentry post. I am not using raven though and can’t find information on the topic anywhere else. I only need to see them in dev/ localhost

26%20AM