Skip to content

Commit

Permalink
fix(remix): Add documentRequest function name. (#5404)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Jul 11, 2022
1 parent 8fe435a commit 2c9406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/src/utils/instrumentServer.ts
Expand Up @@ -120,7 +120,7 @@ function makeWrappedDocumentRequestFunction(

span.finish();
} catch (err) {
captureRemixServerException(err, name);
captureRemixServerException(err, 'documentRequest');
throw err;
}

Expand Down

0 comments on commit 2c9406a

Please sign in to comment.