Skip to content

Commit

Permalink
[firebase_crashlytics] Updated the documentation language. (flutter#1551
Browse files Browse the repository at this point in the history
)

* Updated the documentation language.

The english was a bit confusing.

* Update packages/firebase_crashlytics/CHANGELOG.md

Co-Authored-By: Collin Jackson <jackson@google.com>
  • Loading branch information
feinstein and collinjackson committed Dec 4, 2019
1 parent 8239a4f commit 0bb5917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2+1

* Updated a confusing comment.

## 0.1.2

* Updated to use the v2 plugin API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Crashlytics {
if (!inDebugMode || enableInDevMode) {
// The stack trace can be null. To avoid the following exception:
// Invalid argument(s): Cannot create a Trace from null.
// To avoid that exception, we can check for null and provide an empty stack trace.
// We can check for null and provide an empty stack trace.
stack ??= StackTrace.fromString('');

// Report error.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_crashlytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_crashlytics
description:
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
Firebase console.
version: 0.1.2
version: 0.1.2+1
author: Flutter Team <flutter-dev@google.com>
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics

Expand Down

0 comments on commit 0bb5917

Please sign in to comment.