Under the hood
Useful2 Signal0
Cancelling a connection is now recorded as an abort rather than a generic failure.
What's wrong with this entry?
Anonymous. No account, no email.
What
Aborts in the direct-connect transport are now classified as aborts in telemetry instead of appearing as generic failures.
Details
- the transport rejects with a helper that builds the abort error together with telemetry metadata, rather than constructing a bare error
- the resulting event carries
errorClass: "aborted"
Evidence
telemetryMessage: "Operation aborted"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.