8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loader
action
documentRequest
1 parent 9a6c6a7 commit eec70b5Copy full SHA for eec70b5
packages/remix/src/utils/instrumentServer.ts
@@ -228,6 +228,8 @@ function makeWrappedDocumentRequestFunction(remixVersion?: number) {
228
// eslint-disable-next-line @typescript-eslint/no-floating-promises
229
captureRemixServerException(err, 'documentRequest', request);
230
}
231
+
232
+ throw err;
233
},
234
);
235
@@ -270,6 +272,8 @@ function makeWrappedDataFunction(
270
272
271
273
captureRemixServerException(err, name, args.request);
274
275
276
277
278
279
0 commit comments