Skip to content

Commit 5c93a17

Browse files
committed
Document exported functions.
1 parent a7f756a commit 5c93a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/remix/src/utils/instrumentServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function getRequestMatch(url: URL, matches: RouteMatch<ServerRoute>[]): RouteMat
373373
}
374374

375375
/**
376-
*
376+
* Instruments `remix` ServerBuild for performance tracing and error tracking.
377377
*/
378378
export function instrumentBuild(build: ServerBuild): ServerBuild {
379379
const routes: ServerRouteManifest = {};

packages/remix/src/utils/serverAdapters/express.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function wrapExpressRequestHandler(
3535
}
3636

3737
/**
38-
*
38+
* Instruments `createRequestHandler` from `@remix-run/express`
3939
*/
4040
export function wrapExpressCreateRequestHandler(
4141
origCreateRequestHandler: ExpressCreateRequestHandler,

0 commit comments

Comments
 (0)