Skip to content

Consider suppressing console.log in production builds #12

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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