Skip to content

Commit

Permalink
feature: 백그라운드 트래킹 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
devMinseok committed Sep 8, 2024
1 parent 7a4f2d4 commit dc22f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Projects/Feature/Feature/Sources/AppDelegateCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ public struct AppDelegateCore {
uiKitActionsPredicate: DefaultUIKitRUMActionsPredicate(),
urlSessionTracking: RUM.Configuration.URLSessionTracking(
firstPartyHostsTracing: .trace(hosts: [API.apiBaseHost], sampleRate: 20)
)
),
trackBackgroundEvents: true
)
)

Expand Down

0 comments on commit dc22f52

Please sign in to comment.