Skip to content

Commit

Permalink
Add WIP Crashlytics guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Jul 1, 2024
1 parent a59ca7a commit 1f0b7c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/content/docs/guides/crash-reporting/crashlytics.mdx
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

0 comments on commit 1f0b7c5

Please sign in to comment.