themiswang 2 éve
szülő
commit
cc45d17b6a

+ 1 - 4
Crashlytics/CHANGELOG.md

@@ -1,8 +1,5 @@
-# Unreleased
-
-- [fixed] Force validation or rotation of FIDs for FirebaseSessions.
-
 # 10.22.0
+- [fixed] Force validation or rotation of FIDs for FirebaseSessions.
 - [changed] Removed calls to statfs in the Crashlytics SDK to comply with Apple Privacy Manifests. This change removes support for collecting Disk Space Free in Crashlytics reports.
 - [fixed] Fixed FirebaseSessions crash on startup that occurs in release mode in Xcode 15.3 and other build configurations. (#11403)
 

+ 1 - 1
FirebaseSessions/Sources/Development/DevEventConsoleLogger.swift

@@ -42,7 +42,7 @@ class DevEventConsoleLogger: EventGDTLoggerProtocol {
         session_index: \(proto.session_data.session_index)
         event_timestamp_us: \(proto.session_data.event_timestamp_us)
         firebase_installation_id: \(proto.session_data.firebase_installation_id.description)
-        firebase_autheticationtion_token:
+        firebase_authentication_token:
             \(proto.session_data.firebase_authentication_token.description)
         data_collection_status
           crashlytics: \(proto.session_data.data_collection_status.crashlytics)