Skip to content

Harden trace context parsing and tracer state reset #31

Description

@javihgil

Tracer currently depends on raw traceparent parsing and static state.

Current risks:

  • malformed traceparent values are not validated before parsing
  • static trace data is not reset after sending, which is risky in long-running or reused PHP processes

The tracer should validate incoming trace context more defensively and ensure state is reset cleanly after a trace is sent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions