Skip to content

Consider suppressing console.log in production builds #12

@richardkmichael

Description

@richardkmichael

The extension logs debug messages (e.g., [Bookmarked] GraphQL search query:...) in all builds. Consider whether to suppress these in production.

Options:

  • Strip at build time (e.g., a build step that removes console.log calls)
  • Gate behind a dev mode flag
  • Leave as-is (browser console noise is low priority)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions