Skip to content

[BUG] Telemetry policy says no error messages collected, but code sends error messages #584

Description

@singe

Describe the bug
The telemetry collection code and telemetry collection statements are at odds with each other.

The telemetry policy states:

What We Track
We collect only very basic usage data including:
Session Errors: Duration and error types (not messages or stack traces)

**Session Errors:** Duration and error types (not messages or stack traces)\

However, the code clearly collects error messages at:

posthog.error("unhandled_exception", str(e))

scarf.error("unhandled_exception", str(e))

Either remove support for collecting error message at all (my preference), or update the Telemetry policy to note that you now collect unhandled exceptions and their associated error message string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions