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 55fc5c9 commit 09586deCopy full SHA for 09586de
dev-packages/e2e-tests/test-applications/tanstackstart-react/src/middleware.ts
@@ -39,7 +39,7 @@ const errorMiddleware = createMiddleware({ type: 'function' }).server(async () =
39
throw new Error('Middleware Error Test');
40
});
41
42
-// Manually wrap middlewares with Sentry (for middlewares that aren't auto-instrumented yet)
+// Manually wrap middlewares with Sentry (for middlewares that won't be auto-instrumented)
43
export const [
44
wrappedServerFnMiddleware,
45
wrappedServerRouteRequestMiddleware,
0 commit comments