Skip to content

Commit 9c1bd79

Browse files
committed
lint
1 parent a601053 commit 9c1bd79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/tanstackstart-react/src/client/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { getDefaultIntegrations as getReactDefaultIntegrations, init as initReactSDK } from '@sentry/react';
21
import type { Client } from '@sentry/core';
32
import { applySdkMetadata } from '@sentry/core';
43
import 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

packages/tanstackstart-react/test/client/sdk.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)