How to disable wrangler bug reporting?

When using wrangler commands to interact with a local D1 instance I, as a newbie, often type something wrong. This results in an error that wrangler asks to report back to Cloudflare every single time. How can I turn this off?

Here’s an example:

✘ [ERROR] near "IF": syntax error at offset 83


If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
✔ Would you like to report this error to Cloudflare?

I want to turn off the y/n prompt so it’ll just carry on without having to press ‘n’ every time.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.