diff --git a/packages/firebase_crashlytics/CHANGELOG.md b/packages/firebase_crashlytics/CHANGELOG.md index 65bb0a398ba4..124b410f9881 100644 --- a/packages/firebase_crashlytics/CHANGELOG.md +++ b/packages/firebase_crashlytics/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4+10 + +* Update README. + ## 0.0.4+9 * Fixed custom keys implementation. diff --git a/packages/firebase_crashlytics/README.md b/packages/firebase_crashlytics/README.md index 71161efa99db..784a4330e003 100644 --- a/packages/firebase_crashlytics/README.md +++ b/packages/firebase_crashlytics/README.md @@ -93,6 +93,17 @@ void main() { } ``` +## Result + +If an error is caught, you should see the following messages in your logs: +``` +flutter: Error caught by Crashlytics plugin: +... +flutter: Error reported to Crashlytics. +``` + +*Note:* It may take awhile (up to 24 hours) before you will be able to see the logs appear in your Firebase console. + ## Example See the [example application](https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics/example) source diff --git a/packages/firebase_crashlytics/pubspec.yaml b/packages/firebase_crashlytics/pubspec.yaml index dadc332573cc..7510f37b167a 100644 --- a/packages/firebase_crashlytics/pubspec.yaml +++ b/packages/firebase_crashlytics/pubspec.yaml @@ -1,7 +1,7 @@ name: firebase_crashlytics description: Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the Firebase console. -version: 0.0.4+9 +version: 0.0.4+10 author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics