I understand the need to acknowledge sponsors and encourage financial support.
However, the following message being emitted via console.warn feels overly invasive for application runtime logs:
i18next is maintained with support from locize.com — consider powering your project with managed localization (AI, CDN, integrations): https://locize.com
The message is present from 25.8.0 and Introduced via help msg commit
Why this is a problem:
console.warn strongly implies a problem in the user’s app (and many teams treat warnings as CI failures).
- The message is not a debug diagnostic, but a sponsor/support notice.
- The only current way to remove it appears to be disabling
debug, which also removes useful debugging output.
Request:
- Please provide a dedicated option to disable only this notice (e.g.
showSupportNotice: false)
As a long-time community contributor,
I’d really appreciate keeping debug focused on diagnostics while making sponsor messaging opt-out for downstream apps.
I understand the need to acknowledge sponsors and encourage financial support.
However, the following message being emitted via
console.warnfeels overly invasive for application runtime logs:The message is present from 25.8.0 and Introduced via
help msgcommitWhy this is a problem:
console.warnstrongly implies a problem in the user’s app (and many teams treat warnings as CI failures).debug, which also removes useful debugging output.Request:
showSupportNotice: false)As a long-time community contributor,
I’d really appreciate keeping
debugfocused on diagnostics while making sponsor messaging opt-out for downstream apps.