|
1 | 1 | # 17.0.0-beta01 |
2 | 2 |
|
3 | | -This release for Firebase Crashlytics includes the initial beta release of the Firebase Crashlytics SDK. |
| 3 | +This release for Firebase Crashlytics includes the initial beta release of |
| 4 | +the Firebase Crashlytics SDK. |
4 | 5 |
|
5 | | -If you previously used the legacy Fabric SDK for Crashlytics, you can consider this release as a major versioning of the Fabric SDK which includes an SDK name change and improvements to APIs. **The following release notes describe these changes to the SDK.** |
| 6 | +The Firebase Crashlytics SDK is a new version of the Crashlytics SDK |
| 7 | +built _without_ Fabric and instead built entirely on Firebase. This new SDK has |
| 8 | +new and improved APIs as well as an artifact name change. |
| 9 | +The following release notes describe changes in the new SDK. |
6 | 10 |
|
7 | | - - If you're using Crashlytics in your app for the first time, follow the [getting started instructions](https://firebase.google.com/docs/crashlytics/get-started?platform=android). |
8 | | - - If you're upgrading from the legacy Fabric SDK to the Firebase Crashlytics SDK, follow the [upgrade instructions](https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android) to make the required changes in your app to accommodate the SDK changes described in the following release notes. |
| 11 | + - If you're using Crashlytics in your app for the first time, follow the |
| 12 | + [getting started instructions](/docs/crashlytics/get-started-new-sdk?platform=android). |
| 13 | + - If you're upgrading from the legacy Fabric SDK to the |
| 14 | + Firebase Crashlytics SDK, follow the [upgrade instructions](/docs/crashlytics/upgrade-sdk?platform=android) |
| 15 | + to update your app with the following SDK changes. |
9 | 16 |
|
10 | | -The following changes are only relevant to Crashlytics users who are upgrading from a previous Crashlytics version: |
| 17 | +Note: The following changes are only relevant to Crashlytics users who are |
| 18 | +upgrading from the legacy Fabric SDK. |
11 | 19 |
|
12 | | - - [changed] Replaced static methods with new instance methods that are more consistent with other Firebase SDKs and more intuitive to use. The new APIs give your users more control over how you collect their data. |
13 | | - - [removed] Removed the Fabric Crashlytics API key. Now, Crashlytics will always use the `google-services.json` file to associate your app with your Firebase project. If you linked your app from Fabric, remove the Fabric API key from your `AndroidManifest.xml` file. |
14 | | - - [removed] The `fabric.properties` and `crashlytics.properties` files are no longer supported. Remove them from your app. |
| 20 | + - [changed] Replaced static methods with new instance methods that are more |
| 21 | + consistent with other Firebase SDKs and more intuitive to use. The new APIs |
| 22 | + give your users more control over how you collect their data. |
| 23 | + - [removed] Removed the Fabric Crashlytics API key. Now, Crashlytics |
| 24 | + will always use the `google-services.json` file to associate your app with your |
| 25 | + Firebase project. If you linked your app from Fabric, remove the Fabric API key |
| 26 | + from your `AndroidManifest.xml` file. |
| 27 | + - [removed] The `fabric.properties` and `crashlytics.properties` files are no |
| 28 | + longer supported. Remove them from your app. |
0 commit comments