Skip to content

Commit cc45d17

Browse files
authored
Fix release notes (#12431)
1 parent cb2f6e9 commit cc45d17

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Unreleased
2-
3-
- [fixed] Force validation or rotation of FIDs for FirebaseSessions.
4-
51
# 10.22.0
2+
- [fixed] Force validation or rotation of FIDs for FirebaseSessions.
63
- [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.
74
- [fixed] Fixed FirebaseSessions crash on startup that occurs in release mode in Xcode 15.3 and other build configurations. (#11403)
85

FirebaseSessions/Sources/Development/DevEventConsoleLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DevEventConsoleLogger: EventGDTLoggerProtocol {
4242
session_index: \(proto.session_data.session_index)
4343
event_timestamp_us: \(proto.session_data.event_timestamp_us)
4444
firebase_installation_id: \(proto.session_data.firebase_installation_id.description)
45-
firebase_autheticationtion_token:
45+
firebase_authentication_token:
4646
\(proto.session_data.firebase_authentication_token.description)
4747
data_collection_status
4848
crashlytics: \(proto.session_data.data_collection_status.crashlytics)

0 commit comments

Comments
 (0)