Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Heartbeat] Remove warning around messages sent outside journeys (#24366
) (#24369) This removes the annoying and useless warning sent when events are received outside a journey context. This was meant to be a useful invariant catching weird bugs on the synthetics side. In practice, it mostly just doubles the output when errors are received due to a misconfigured environment. This patch removes this behavior. I don't think there's a strong case to add it back in, it was always a nice-to-have for a hypothetical situation.
- Loading branch information