Stream error polluting sentry - only on Safari
Hi we are using TRPC subscriptions for streaming the LLM response. We've started seeing on error on sentry related to
AbortError
abort pipeTo from signal
.
This errors only happens on safari <16.4, so it matches the chat gpt explanation.
Checking the TRPC repo, found this source code, wondering if I can try catch and ignore this error somewhow.


0 Replies