Raygun4Xamarin.Forms
1.1.0
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package Raygun4Xamarin.Forms --version 1.1.0
NuGet\Install-Package Raygun4Xamarin.Forms -Version 1.1.0
<PackageReference Include="Raygun4Xamarin.Forms" Version="1.1.0" />
paket add Raygun4Xamarin.Forms --version 1.1.0
#r "nuget: Raygun4Xamarin.Forms, 1.1.0"
// Install Raygun4Xamarin.Forms as a Cake Addin #addin nuget:?package=Raygun4Xamarin.Forms&version=1.1.0 // Install Raygun4Xamarin.Forms as a Cake Tool #tool nuget:?package=Raygun4Xamarin.Forms&version=1.1.0
Changes in 1.1.0
Session management
Improvements have been made to how sessions are tracked. A session will now persist when an app is paused/minimized rather than being ended. A session will remain active until a period of 30 minutes of inactivity. Activity is defined as a page navigation or opening/minimizing the app. After 30 minutes of inactivity, upon the next interaction, the current session will be ended and a new one started.
Automatic page tracking
Page navigations and load times will now be automatically tracked. Load times are calculated as the time between the previous page's PageDisappearing
event and the current page's PageAppearing
event. Load time for the first page to load is tracked as the time between the first OnResumed
(for Android) or viewDidAppear
(for iOS) event and the page's PageAppearing
event.
Automatic page tracking can be disabled with the TrackPagenavigation
setting.
Getting started
Installation and setup instructions can be found in the Raygun documentation, here
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid80 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Newtonsoft.Json (>= 11.0.2)
- Xamarin.Essentials (>= 1.3.1)
- Xamarin.Forms (>= 2.5.1.527436)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Raygun4Xamarin.Forms:
Package | Downloads |
---|---|
Xamariners.Logger.Mobile
Library for logger utilities for xamarine mobile apps. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 4,449 | 12/20/2023 |
1.2.0-pre-1 | 304 | 10/6/2023 |
1.1.1 | 791 | 8/23/2023 |
1.1.0 | 1,936 | 7/12/2023 |
1.0.10 | 3,572 | 3/3/2023 |
1.0.9 | 66,031 | 10/6/2021 |
1.0.9-beta | 379 | 9/26/2021 |
1.0.8 | 532 | 9/6/2021 |
1.0.7 | 7,233 | 9/8/2020 |
1.0.6 | 1,306 | 8/18/2020 |
1.0.5 | 5,987 | 4/2/2020 |
1.0.4 | 19,790 | 3/13/2020 |
1.0.3 | 4,533 | 10/31/2019 |
1.0.2 | 620 | 10/30/2019 |
1.0.1 | 778 | 10/8/2019 |
1.0.0 | 1,636 | 6/24/2019 |
1.0.0-beta | 567 | 6/6/2019 |
- Session tracking has been updated to keep sessions alive when an app is paused/minimized
- Page navigations and load times are now tracked by default. Can be disabled with the TrackPageNavigations setting