Skip to content

Add an option to suppress the sponsor/support console message (without disabling debug) #2385

@marcalexiei

Description

@marcalexiei

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:

  1. console.warn strongly implies a problem in the user’s app (and many teams treat warnings as CI failures).
  2. The message is not a debug diagnostic, but a sponsor/support notice.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions