@segment/analytics-next
Version:
Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.
29 lines (26 loc) • 481 B
text/typescript
import {
UADataValues,
UALowEntropyJSON,
} from '../../lib/client-hints/interfaces'
export const lowEntropyTestData: UALowEntropyJSON = {
brands: [
{
brand: 'Google Chrome',
version: '113',
},
{
brand: 'Chromium',
version: '113',
},
{
brand: 'Not-A.Brand',
version: '24',
},
],
mobile: false,
platform: 'macOS',
}
export const highEntropyTestData: UADataValues = {
architecture: 'x86',
bitness: '64',
}