forked from DataDog/dd-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDatadog.xcconfig
19 lines (14 loc) · 867 Bytes
/
Datadog.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Include base config
#include "Base.xcconfig"
DEVELOPMENT_TEAM[sdk=iphoneos*]=// use your own Development Team
// Datadog secrets for running Example app (manual tests, integration tests, benchmarks)
RUM_APPLICATION_ID=// use your own RUM Application ID obtained on datadoghq.com
DATADOG_CLIENT_TOKEN=// use your own Client Token, generated for RUM_APPLICATION_ID
// Datadog secrets for running E2E tests (nightly E2E tests)
E2E_RUM_APPLICATION_ID=// use your own RUM Application ID obtained on datadoghq.com
E2E_DATADOG_CLIENT_TOKEN=// use your own Client Token, generated for E2E_RUM_APPLICATION_ID
CUSTOM_LOGS_URL=// Do NOT add https! example: foo.com/api/v2/logs
CUSTOM_TRACE_URL=// Do NOT add https! example: foo.com/api/v2/spans
CUSTOM_RUM_URL=// Do NOT add https! example: foo.com/api/v2/rum
// Overwrite with secrets
#include? "Datadog.local.xcconfig"