Skip to content

Commit

Permalink
Fix release notes (#12431)
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang authored Feb 27, 2024
1 parent cb2f6e9 commit cc45d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc45d17

Please sign in to comment.