Site24x7.DotNetAgent.API
4.2.0
This package has been merged with .NET agent API which is named as Site24x7.Agent.Api. It will be supported in both .NET and .NET core agents.
Install-Package Site24x7.DotNetAgent.API -Version 4.2.0
dotnet add package Site24x7.DotNetAgent.API --version 4.2.0
<PackageReference Include="Site24x7.DotNetAgent.API" Version="4.2.0" />
paket add Site24x7.DotNetAgent.API --version 4.2.0
#r "nuget: Site24x7.DotNetAgent.API, 4.2.0"
// Install Site24x7.DotNetAgent.API as a Cake Addin
#addin nuget:?package=Site24x7.DotNetAgent.API&version=4.2.0
// Install Site24x7.DotNetAgent.API as a Cake Tool
#tool nuget:?package=Site24x7.DotNetAgent.API&version=4.2.0
Site24x7 APMInsight's .NET Agent API supports custom method, exceptions and components tracking. You can find more information in https://www.site24x7.com/help/apm/dotnet-agent/dotnet-agent-custom-instrumentation.html
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
4.2.0
Merged .NET and .NET Core agent API in single package.
4.1.0
Fixes when the exception message has double quotes.
4.0.0
Support for setting the current transaction name.
3.0.0
Support for Tracking user defined method parameter values.
https://www.site24x7.com/help/apm/dotnet-agent/custom-parameter-support-via-dotnet-agent-api.html
2.1.0
Support for Tracking Exceptions included
https://www.site24x7.com/help/apm/dotnet-agent/dotnet-agent-custom-instrumentation.html