File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/tanstackstart-react Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { getDefaultIntegrations as getReactDefaultIntegrations , init as initReactSDK } from '@sentry/react' ;
21import type { Client } from '@sentry/core' ;
32import { applySdkMetadata } from '@sentry/core' ;
43import type { BrowserOptions as ReactBrowserOptions } from '@sentry/react' ;
4+ import { getDefaultIntegrations as getReactDefaultIntegrations , init as initReactSDK } from '@sentry/react' ;
55
66/**
77 * Initializes the TanStack Start React SDK
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ describe('TanStack Start React Client SDK', () => {
2727 { name : 'npm:@sentry/tanstackstart-react' , version : SDK_VERSION } ,
2828 { name : 'npm:@sentry/react' , version : SDK_VERSION } ,
2929 ] ,
30- " settings" : {
31- " infer_ip" : " never" ,
30+ settings : {
31+ infer_ip : ' never' ,
3232 } ,
3333 } ,
3434 } ,
You can’t perform that action at this time.
0 commit comments