From dc22f5269b240c5842f5f30ce33a59bb6e4ca0cc Mon Sep 17 00:00:00 2001 From: devminseok Date: Sun, 8 Sep 2024 12:37:31 +0900 Subject: [PATCH] =?UTF-8?q?feature:=20=EB=B0=B1=EA=B7=B8=EB=9D=BC=EC=9A=B4?= =?UTF-8?q?=EB=93=9C=20=ED=8A=B8=EB=9E=98=ED=82=B9=20=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Feature/Feature/Sources/AppDelegateCore.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/Feature/Feature/Sources/AppDelegateCore.swift b/Projects/Feature/Feature/Sources/AppDelegateCore.swift index a899be5..f16e042 100644 --- a/Projects/Feature/Feature/Sources/AppDelegateCore.swift +++ b/Projects/Feature/Feature/Sources/AppDelegateCore.swift @@ -131,7 +131,8 @@ public struct AppDelegateCore { uiKitActionsPredicate: DefaultUIKitRUMActionsPredicate(), urlSessionTracking: RUM.Configuration.URLSessionTracking( firstPartyHostsTracing: .trace(hosts: [API.apiBaseHost], sampleRate: 20) - ) + ), + trackBackgroundEvents: true ) )