File tree Expand file tree Collapse file tree
packages/tanstackstart-react/src/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ export function wrapMiddlewaresWithSentry<T extends TanStackMiddlewareBase>(midd
1919 * No-op stub for client-side builds.
2020 * The actual implementation is server-only, but this stub is needed to prevent rendering errors.
2121 */
22- export const sentryGlobalRequestMiddleware : TanStackMiddlewareBase = {
23- '~types' : undefined ,
24- options : { } ,
25- } ;
22+ export const sentryGlobalRequestMiddleware : TanStackMiddlewareBase = { '~types' : undefined , options : { } } ;
2623
2724/**
2825 * No-op stub for client-side builds.
2926 * The actual implementation is server-only, but this stub is needed to prevent rendering errors.
3027 */
31- export const sentryGlobalFunctionMiddleware : TanStackMiddlewareBase = {
32- '~types' : undefined ,
33- options : { } ,
34- } ;
28+ export const sentryGlobalFunctionMiddleware : TanStackMiddlewareBase = { '~types' : undefined , options : { } } ;
You can’t perform that action at this time.
0 commit comments