WebJobs.ApplicationInsightsTracer
0.2.0
dotnet add package WebJobs.ApplicationInsightsTracer --version 0.2.0
NuGet\Install-Package WebJobs.ApplicationInsightsTracer -Version 0.2.0
<PackageReference Include="WebJobs.ApplicationInsightsTracer" Version="0.2.0" />
paket add WebJobs.ApplicationInsightsTracer --version 0.2.0
#r "nuget: WebJobs.ApplicationInsightsTracer, 0.2.0"
// Install WebJobs.ApplicationInsightsTracer as a Cake Addin #addin nuget:?package=WebJobs.ApplicationInsightsTracer&version=0.2.0 // Install WebJobs.ApplicationInsightsTracer as a Cake Tool #tool nuget:?package=WebJobs.ApplicationInsightsTracer&version=0.2.0
An Application Insights tracer extension for the WebJob SDK
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ApplicationInsightsTracer (>= 0.3.0)
- Microsoft.ApplicationInsights (>= 2.4.0)
- Microsoft.Azure.KeyVault.Core (>= 2.0.4)
- Microsoft.Azure.WebJobs (>= 2.0.0)
- Microsoft.Azure.WebJobs.Extensions (>= 2.0.0)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
- Newtonsoft.Json (>= 10.0.3)
- System.ComponentModel.EventBasedAsync (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- WindowsAzure.Storage (>= 8.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.2.0 changes:
- Update to webjob sdk 2.0 and ApplicationInsights nuget 2.4.0
Version 0.1.0 changes:
- Using the external ApplicationInsightsTracer nuget
Version 0.0.4 changes:
- Fixed Dispose failure on null reference pointer
Version 0.0.3 changes:
- Added TelemetryClient as a parameter in the AITracerConfiguration attribute
Version 0.0.2 changes:
- Added operation handling
Version 0.0.1 changes:
- Initial release