Raygun4Xamarin.Forms 1.1.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Raygun4Xamarin.Forms" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Raygun4Xamarin.Forms --version 1.1.0
#r "nuget: Raygun4Xamarin.Forms, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 1,286 12/20/2023
1.2.0-pre-1 268 10/6/2023
1.1.1 545 8/23/2023
1.1.0 1,451 7/12/2023
1.0.10 3,422 3/3/2023
1.0.9 60,088 10/6/2021
1.0.9-beta 345 9/26/2021
1.0.8 485 9/6/2021
1.0.7 6,863 9/8/2020
1.0.6 1,254 8/18/2020
1.0.5 5,855 4/2/2020
1.0.4 19,746 3/13/2020
1.0.3 4,479 10/31/2019
1.0.2 577 10/30/2019
1.0.1 737 10/8/2019
1.0.0 1,594 6/24/2019
1.0.0-beta 529 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