Closed rhcarvalho closed 1 year ago
According to @kamilogorek there is a possible fix:
sentry-javascript/packages/tracing/src/browser/request.ts#L159-L168 this would have to be updated to not only handle response but also error, as Failed to fetch is not HTTP response error, but rather fetch API error.
https://github.com/getsentry/develop/issues/254#issuecomment-820306071 might well be the culprit here.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog
or Status: In Progress
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Closing this issue, unless someone can confirm that it still persists
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
Reported by @EvanPurkhiser: