Skip to content

Commit 4454c07

Browse files
committed
cleanup
1 parent 951cd3d commit 4454c07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/core/src/types-hoist/sdkinfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export interface SdkInfo {
99
integrations?: string[];
1010
packages?: Package[];
1111
settings?: {
12-
infer_ip?: 'auto' | 'never' | 'legacy';
12+
infer_ip?: 'auto' | 'never';
1313
};
1414
}

packages/core/src/utils/sdkMetadata.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { SDK_VERSION } from '../utils/version';
1313
*
1414
* @param options SDK options object that gets mutated
1515
* @param names list of package names
16-
* @param source source of the SDK (npm, cdn, etc)
17-
* @param setInferIp whether to set the ip inferral setting on the SDK metadata object
1816
*/
1917
export function applySdkMetadata(options: Options, name: string, names = [name], source = 'npm'): void {
2018
const metadata = options._metadata || {};

0 commit comments

Comments
 (0)