mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
More data dogs
This commit is contained in:
parent
442ca03694
commit
522af4f6bf
1 changed files with 4 additions and 2 deletions
|
|
@ -41,14 +41,16 @@ struct MeshtasticAppleApp: App {
|
|||
env: environment,
|
||||
site: .us5
|
||||
),
|
||||
trackingConsent: UserDefaults.usageDataAndCrashReporting ? .granted : .notGranted
|
||||
trackingConsent: UserDefaults.usageDataAndCrashReporting ? .granted : .notGranted,
|
||||
)
|
||||
DatadogCrashReporting.CrashReporting.enable()
|
||||
|
||||
RUM.enable(
|
||||
with: RUM.Configuration(
|
||||
applicationID: appID,
|
||||
uiKitViewsPredicate: DefaultUIKitRUMViewsPredicate(),
|
||||
uiKitActionsPredicate: DefaultUIKitRUMActionsPredicate()
|
||||
uiKitActionsPredicate: DefaultUIKitRUMActionsPredicate(),
|
||||
trackBackgroundEvents: true
|
||||
)
|
||||
)
|
||||
self._appState = ObservedObject(wrappedValue: appState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue