react-scan icon indicating copy to clipboard operation
react-scan copied to clipboard

Can't run logs. Is it even enabled?

Open moalhaddar opened this issue 2 months ago • 1 comments

I've tried to enable the logs by using log: true

if (typeof window !== 'undefined') {
    scan({
        enabled: process.env.NODE_ENV === 'development',
        log: true,
    });
}

But i can't find any logs in my console. Searching through the codebase, I've noticed that the log function is not used anywhere. And i can't see that the log option is used in the codebase anywhere. Is this a partially completed feature for now?

Thanks for the awesome tool!

moalhaddar avatar Dec 11 '24 09:12 moalhaddar