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 40da10b commit d08b218Copy full SHA for d08b218
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