Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is enabled.
([Github #5919](//github.com/firebase/firebase-android-sdk/issues/5919))
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is
enabled.
(GitHub [#5919](https://github.com/firebase/firebase-android-sdk/issues/5919){: .external})
* [fixed] Ensure that on-demand fatal events are never processed on the main thread.
(GitHub [#4345](https://github.com/firebase/firebase-android-sdk/issues/4345){: .external})
* [changed] Internal changes to the way session IDs are generated.


Expand Down
Loading