Skip to content

Commit 3ed817b

Browse files
committed
Document exported functions.
1 parent 5148747 commit 3ed817b

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
@@ -345,7 +345,7 @@ function getRequestMatch(url: URL, matches: RouteMatch<ServerRoute>[]): RouteMat
345345
}
346346

347347
/**
348-
*
348+
* Instruments `remix` ServerBuild for performance tracing and error tracking.
349349
*/
350350
export function instrumentBuild(build: ServerBuild): ServerBuild {
351351
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)