-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a59ca7a
commit 1f0b7c5
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Crashlytics Integration | ||
description: Integrate Shorebird into your Crashlytics crash reporting | ||
sidebar: | ||
label: Crashlytics | ||
order: 2 | ||
--- | ||
|
||
If you're using Crashlytics for crash reporting, it will work out-of-the-box | ||
with Shorebird releases and patches. However, if you have multiple patches, it | ||
can be unclear which patch caused the crash. This document shows how you can use | ||
Crashlytics TODO to differentiate between patches. | ||
|
||
## Add the `shorebird_code_push` package to your project. | ||
|
||
[shorebird_code_push](https://pub.dev/packages/shorebird_code_push) is available | ||
on pub.dev and lets you programmatically determine your app's current patch | ||
number. To add it to your project, follow the instructions on the package's | ||
pub.dev page. | ||
|
||
## Configure Crashlytics |