You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether a list of allowed origins is used to control SDK execution in browser extension contexts. When enabled, the SDK will check if the current origin matches the allowed origins list before running.
428
428
*/
429
429
use_allowed_tracking_origins?: boolean
430
+
/**
431
+
* The version of the SDK that is running.
432
+
*/
433
+
sdk_version?: string
434
+
/**
435
+
* The source of the SDK, e.g., 'browser', 'ios', 'android', 'flutter', 'react-native', 'unity', 'kotlin-multiplatform'.
436
+
*/
437
+
source?: string
438
+
/**
439
+
* The variant of the SDK build (e.g., standard, lite, etc.).
0 commit comments