Skip to content

Commit b083516

Browse files
committed
.
1 parent 60f8f65 commit b083516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/src/server/wrapSentryHandleRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export function wrapSentryHandleRequest(originalHandle: OriginalHandleRequest):
6868
};
6969
}
7070

71-
/** @deprecated Use `wrapSentryHandleRequest` instead. */
7271
// todo(v11): remove this
72+
/** @deprecated Use `wrapSentryHandleRequest` instead. */
7373
export const sentryHandleRequest = wrapSentryHandleRequest;
7474

7575
/**

0 commit comments

Comments
 (0)