Skip to content

Option to disable Sentry tracking in qlty-action #108

@labac-p

Description

@labac-p

I’ve noticed that qlty-action integrates with Sentry to track runtime behavior. While this is useful for error reporting and debugging, in some cases users may prefer not to send telemetry data due to privacy, security, or compliance concerns.

Feature request:
Please consider adding a configurable option (e.g., an input or environment variable) that allows users to disable Sentry tracking when running the action.

Example idea:

- uses: qltysh/qlty-action@v1
  with:
    disable-sentry: true

or:

env:
  QLTY_DISABLE_SENTRY: true

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