Skip to content

Commit 2c9406a

Browse files
authored
fix(remix): Add documentRequest function name. (#5404)
1 parent 8fe435a commit 2c9406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/src/utils/instrumentServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function makeWrappedDocumentRequestFunction(
120120

121121
span.finish();
122122
} catch (err) {
123-
captureRemixServerException(err, name);
123+
captureRemixServerException(err, 'documentRequest');
124124
throw err;
125125
}
126126

0 commit comments

Comments
 (0)