Skip to content

Ray: associated data not working #345

Description

@tminich

With ray you can associate data with an event, prime example is a stack trace:

ray('test')->trace();

Apparently these are sent as separate follow up events using the same uuid.
Unfortunately Buggeragtor ignores these complaining about a uniqueness constraint instead of associaeting the additional data for the event:

time=2026-07-20T13:22:35.792Z level=INFO msg="event stored" uuid=2d6d328e-8b27-432e-8c2f-bc560eb409ea type=ray project=pivent
time=2026-07-20T13:22:35.805Z level=ERROR msg="failed to store event" err="constraint failed: UNIQUE constraint failed: events.uuid (1555)"

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions