We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f8f65 commit b083516Copy full SHA for b083516
packages/react-router/src/server/wrapSentryHandleRequest.ts
@@ -68,8 +68,8 @@ export function wrapSentryHandleRequest(originalHandle: OriginalHandleRequest):
68
};
69
}
70
71
-/** @deprecated Use `wrapSentryHandleRequest` instead. */
72
// todo(v11): remove this
+/** @deprecated Use `wrapSentryHandleRequest` instead. */
73
export const sentryHandleRequest = wrapSentryHandleRequest;
74
75
/**
0 commit comments