How to disable the "Download the apollo devtools..." consol.log?

feel like i have tried everything now. I dont want this message to show up in console.log when i inspect the browser, chrome.

1 Like

This only shows up if you are running in development mode. You could turn off development mode as described here:

Alternatively you can tell your Apollo Client that you don’t want it to connect to the devtools by setting the connectToDevTools option to false.

thank you, i installed the craco package

I have this problem too. I don’t want to install the awful apollo dev tools and I don’t want the annoying inline promotions in my development console.

@cjam23423434 as per my last message, you can set the connectToDevTools option to false.

No need to get rude, especially when you don’t even care about reading the issue you’re commenting on.