@datadog/mobile-react-native
Version:
A client-side React Native module to interact with Datadog
28 lines (27 loc) • 798 B
JSON
{
"$schema": "../../../../../datadog-configuration.schema.json",
"configuration": {
"applicationId": "fake-app-id",
"env": "fake-env",
"clientToken": "fake-client-token",
"trackInteractions": true,
"trackResources": true,
"trackErrors": true,
"trackingConsent": "NOT_GRANTED",
"longTaskThresholdMs": 44,
"verbosity": "WARN",
"actionNameAttribute": "action-name-attr",
"useAccessibilityLabel": false,
"resourceTracingSamplingRate": 33,
"site": "US5",
"firstPartyHosts": [
{
"match": "example.com",
"propagatorTypes": [
"B3MULTI",
"TRACECONTEXT"
]
}
]
}
}