Skip to content

Commit

Permalink
[Feat] Runnect#230 - GA 디버그 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Dec 25, 2023
1 parent 7a665c6 commit 2aa4ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Runnect-iOS/Runnect-iOS/Global/Manager/GAManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ final class GAManager {

func logEvent(eventType: EventType) {
Analytics.logEvent(eventType.eventName, parameters: eventType.parameters)
print("언제 찍히는거지?")
}

}
2 changes: 2 additions & 0 deletions Runnect-iOS/Runnect-iOS/Global/Supports/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import NMapsMap
import KakaoSDKAuth
import KakaoSDKCommon
import FirebaseCore
import FirebaseFirestore
import FirebaseAuth

@main
class AppDelegate: UIResponder, UIApplicationDelegate {
Expand Down

0 comments on commit 2aa4ada

Please sign in to comment.