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 ad616c3 commit 3eca3a5Copy full SHA for 3eca3a5
packages/core/src/js/client.ts
@@ -57,8 +57,8 @@ export class ReactNativeClient extends Client<ReactNativeClientOptions> {
57
// Only allow IP inferral by Relay if sendDefaultPii is true
58
infer_ip: options.sendDefaultPii ? 'auto' : 'never',
59
...options._metadata?.sdk?.settings,
60
- }
61
+ },
62
};
63
64
// We default this to true, as it is the safer scenario
0 commit comments