-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
286920a
commit 2bf0c81
Showing
2 changed files
with
25 additions
and
6 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
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,14 @@ | ||
# Services for .NET MAUI | ||
|
||
Here you find services that you can use with .NET MAUI apps, think of analytics, crash reporting, distribution, and more. | ||
|
||
## Crashlytics | ||
|
||
Getting relevant crash reports is crucial with mobile apps. Find a list of services below that will make implementing the gathering of crash reports a breeze! | ||
|
||
| Service Name/Link | Description (in their own words, quotes from website) | | ||
| ----------- | ----------- | | ||
| [Bugsplat](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/dot-net-standard) | BugSplat is a powerful, user-friendly, and customizable reporting tool built by developers for developers. | | ||
| [Raygun](https://raygun.com/documentation/language-guides/dotnet/crash-reporting/maui/) | Raygun ensures your customers are having flawless software experiences | | ||
| [Sentry](https://sentry.io/for/dot-net/?platform=sentry.dotnet.maui) | Application monitoring software considered "not bad" by 4 million developers. | | ||
| [TinyInsights](https://github.com/dhindrik/TinyInsights.Maui) | TinyInsights is a library for tracking and a website for showing insights for your .NET MAUI app. Data will be saved in Application Insights. The website will help you to show the data in a more mobile app-friendly user interface. | |