With ray you can associate data with an event, prime example is a stack 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)"
With ray you can associate data with an event, prime example is a stack 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: