Soenneker.Blazor.ApplicationInsights 2.1.202

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Blazor.ApplicationInsights --version 2.1.202
NuGet\Install-Package Soenneker.Blazor.ApplicationInsights -Version 2.1.202
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="Soenneker.Blazor.ApplicationInsights" Version="2.1.202" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.ApplicationInsights --version 2.1.202
#r "nuget: Soenneker.Blazor.ApplicationInsights, 2.1.202"
#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 Soenneker.Blazor.ApplicationInsights as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.ApplicationInsights&version=2.1.202

// Install Soenneker.Blazor.ApplicationInsights as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.ApplicationInsights&version=2.1.202

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.ApplicationInsights

A Blazor interop library that sets up client-side Azure Application Insights.

Installation

dotnet add package Soenneker.Blazor.ApplicationInsights

Usage

  1. Insert the script in wwwroot/index.html at the bottom of your <body> but before the other scripts
<script src="_content/Soenneker.Blazor.ApplicationInsights/applicationinsights.js"></script>
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddApplicationInsights();
}
  1. Inject IApplicationInsightsInterop within your App.Razor file
@using Soenneker.Blazor.ApplicationInsights.Abstract
@inject IApplicationInsightsInterop AppInsightsInterop
  1. Initialize the interop in OnInitializedAsync within App.Razor using your Clarity project key
protected override async Task OnInitializedAsync()
{
    await AppInsightsInterop.Init("your-connection-string-here");
    ...
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.202 58 4/30/2024
2.1.201 44 4/29/2024
2.1.200 59 4/28/2024
2.1.199 60 4/28/2024
2.1.198 62 4/28/2024
2.1.197 60 4/28/2024
2.1.196 62 4/28/2024
2.1.195 62 4/27/2024
2.1.194 68 4/27/2024
2.1.193 82 4/19/2024
2.1.192 69 4/19/2024
2.1.191 111 4/12/2024
2.1.190 70 4/12/2024
2.1.189 74 4/12/2024
2.1.188 73 4/12/2024
2.1.187 76 4/12/2024
2.1.186 73 4/12/2024
2.1.185 76 4/12/2024
2.1.184 71 4/11/2024
2.1.183 70 4/11/2024
2.1.182 77 4/10/2024
2.1.181 74 4/9/2024
2.1.180 75 4/9/2024
2.1.179 140 4/2/2024
2.1.178 79 4/1/2024
2.1.177 75 3/29/2024
2.1.176 63 3/29/2024
2.1.175 75 3/25/2024
2.1.174 71 3/25/2024
2.1.173 91 3/20/2024
2.1.172 103 3/19/2024
2.1.171 83 3/19/2024
2.1.170 80 3/18/2024
2.1.169 115 3/15/2024
2.1.168 79 3/13/2024
2.1.167 80 3/13/2024
2.1.166 66 3/13/2024
2.1.165 74 3/13/2024
2.1.164 69 3/13/2024
2.1.163 75 3/12/2024
2.1.162 78 3/12/2024
2.1.161 75 3/12/2024
2.1.160 107 3/11/2024
2.1.159 80 3/11/2024
2.1.158 88 3/10/2024
2.1.157 87 3/8/2024
2.1.156 72 3/8/2024
2.1.155 78 3/8/2024
2.1.154 104 3/6/2024
2.1.153 99 3/4/2024
2.1.152 75 3/4/2024
2.1.151 88 3/2/2024
2.1.150 77 3/2/2024
2.1.149 76 3/2/2024
2.1.148 77 3/2/2024
2.1.147 82 3/2/2024
2.1.146 84 2/29/2024
2.1.145 79 2/29/2024
2.1.144 162 2/26/2024
2.1.143 77 2/25/2024
2.1.142 71 2/25/2024
2.1.141 95 2/23/2024
2.1.140 85 2/22/2024
2.1.139 66 2/22/2024
2.1.138 109 2/21/2024
2.1.137 93 2/21/2024
2.1.136 74 2/21/2024
2.1.135 73 2/21/2024
2.1.134 78 2/20/2024
2.1.133 77 2/20/2024
2.1.132 73 2/20/2024
2.1.131 73 2/20/2024
2.1.130 73 2/19/2024
2.1.129 69 2/19/2024
2.1.128 78 2/17/2024
2.1.127 72 2/17/2024
2.1.126 68 2/16/2024
2.1.125 74 2/16/2024
2.1.124 66 2/16/2024
2.1.123 66 2/16/2024
2.1.122 64 2/16/2024
2.1.121 127 2/13/2024
2.1.120 78 2/13/2024
2.1.119 59 2/13/2024
2.1.118 63 2/13/2024
2.1.117 67 2/13/2024
2.1.116 75 2/13/2024
2.1.115 95 2/12/2024
2.1.114 70 2/11/2024
2.1.113 81 2/11/2024
2.1.112 67 2/11/2024
2.1.111 69 2/10/2024
2.1.110 70 2/9/2024
2.1.109 78 2/9/2024
2.1.108 75 2/9/2024
2.1.107 74 2/8/2024
2.1.106 73 2/8/2024
2.1.105 75 2/8/2024
2.1.104 75 2/7/2024
2.1.103 70 2/7/2024
2.1.102 71 2/7/2024
2.1.101 74 2/7/2024
2.1.100 80 2/6/2024
2.1.99 82 2/6/2024
2.1.98 78 2/6/2024
2.1.97 69 2/4/2024
2.1.96 76 2/4/2024
2.1.95 66 2/2/2024
2.1.94 150 1/31/2024
2.1.93 74 1/29/2024
2.1.92 91 1/29/2024
2.1.91 70 1/29/2024
2.1.90 70 1/28/2024
2.1.89 71 1/28/2024
2.1.88 74 1/28/2024
2.1.87 72 1/28/2024
2.1.86 69 1/28/2024
2.1.85 70 1/27/2024
2.1.84 68 1/27/2024
2.1.83 72 1/27/2024
2.1.82 71 1/27/2024
2.1.81 70 1/27/2024
2.1.80 70 1/26/2024
2.1.79 86 1/26/2024
2.1.78 70 1/26/2024
2.1.77 71 1/26/2024
2.1.76 72 1/25/2024
2.1.75 77 1/25/2024
2.1.74 71 1/25/2024
2.1.73 68 1/25/2024
2.1.72 67 1/25/2024
2.1.71 82 1/19/2024
2.1.70 93 1/15/2024
2.1.69 85 1/15/2024
2.1.68 81 1/15/2024
2.1.67 77 1/15/2024
2.1.66 82 1/15/2024
2.1.65 78 1/14/2024
2.1.64 84 1/13/2024
2.1.63 85 1/12/2024
2.1.62 82 1/11/2024
2.1.61 80 1/9/2024
2.1.60 103 1/7/2024
2.1.59 91 1/5/2024
2.1.58 89 1/5/2024
2.1.57 86 1/5/2024
2.1.56 115 1/1/2024
2.1.55 91 12/28/2023
2.1.54 104 12/28/2023
2.1.53 101 12/27/2023
2.1.52 101 12/27/2023
2.1.51 86 12/27/2023
2.1.50 115 12/25/2023
2.1.49 102 12/25/2023
2.1.48 95 12/25/2023
2.1.47 92 12/25/2023
2.1.46 105 12/25/2023
2.1.45 91 12/24/2023
2.1.44 102 12/23/2023
2.1.43 102 12/23/2023
2.1.42 89 12/23/2023
2.1.41 76 12/23/2023
2.1.40 101 12/19/2023
2.1.39 101 12/19/2023
2.1.38 155 12/10/2023
2.1.37 103 12/10/2023
2.1.36 111 12/9/2023
2.1.35 129 12/9/2023
2.1.34 125 12/9/2023
2.1.33 146 12/6/2023
2.1.32 198 12/5/2023
2.1.31 121 12/5/2023
2.1.30 141 12/4/2023
2.1.29 133 12/4/2023
2.1.28 102 12/4/2023
2.1.27 165 11/23/2023
2.1.26 119 11/23/2023
2.1.25 133 11/23/2023
2.1.24 124 11/23/2023
2.1.23 125 11/20/2023
2.1.22 116 11/20/2023
2.1.21 114 11/19/2023
2.1.20 117 11/19/2023
2.1.19 117 11/19/2023
2.1.18 109 11/19/2023
2.1.17 121 11/18/2023
2.1.16 118 11/18/2023
2.1.15 115 11/18/2023
2.1.14 108 11/18/2023
2.1.13 111 11/17/2023
2.1.12 118 11/17/2023
2.1.11 114 11/17/2023
2.1.10 111 11/17/2023
2.1.9 109 11/17/2023
2.1.8 102 11/17/2023
2.1.7 116 11/17/2023
2.1.6 118 11/17/2023
2.1.5 113 11/17/2023
2.1.4 109 11/16/2023
2.0.85 115 11/15/2023
2.0.84 99 11/15/2023
2.0.83 111 11/15/2023
2.0.3 104 11/16/2023
2.0.2 112 11/16/2023
2.0.1 113 11/16/2023
1.0.82 119 11/14/2023
1.0.81 86 11/13/2023
1.0.80 131 11/10/2023
1.0.79 108 11/9/2023
1.0.78 108 11/9/2023
1.0.77 121 11/7/2023
1.0.76 113 11/6/2023
1.0.75 119 11/3/2023
1.0.74 129 11/2/2023
1.0.73 132 11/1/2023
1.0.72 152 10/26/2023
1.0.71 110 10/25/2023
1.0.70 150 10/19/2023
1.0.69 134 10/18/2023
1.0.68 122 10/17/2023
1.0.67 130 10/16/2023
1.0.66 155 10/13/2023
1.0.65 133 10/12/2023
1.0.64 143 10/11/2023
1.0.63 190 9/20/2023
1.0.62 138 9/19/2023
1.0.61 147 9/18/2023
1.0.60 133 9/18/2023
1.0.59 143 9/14/2023
1.0.58 121 9/13/2023
1.0.57 233 8/31/2023
1.0.56 151 8/30/2023
1.0.55 146 8/30/2023
1.0.54 160 8/28/2023
1.0.53 127 8/25/2023
1.0.52 150 8/24/2023
1.0.51 204 8/21/2023
1.0.50 156 8/18/2023
1.0.49 166 8/17/2023
1.0.48 167 8/17/2023
1.0.47 217 8/10/2023
1.0.46 152 8/9/2023
1.0.45 176 8/9/2023
1.0.44 171 8/8/2023
1.0.43 183 8/7/2023
1.0.42 175 8/7/2023
1.0.41 274 7/13/2023
1.0.40 191 7/12/2023
1.0.39 191 7/11/2023
1.0.38 165 7/10/2023
1.0.37 173 7/7/2023
1.0.36 171 7/7/2023
1.0.35 217 6/30/2023
1.0.34 230 6/29/2023
1.0.33 209 6/28/2023
1.0.32 196 6/28/2023
1.0.31 185 6/26/2023
1.0.30 243 6/23/2023
1.0.29 185 6/23/2023
1.0.28 198 6/21/2023
1.0.27 213 6/15/2023
1.0.26 217 6/14/2023
1.0.25 180 6/14/2023
1.0.24 237 6/9/2023
1.0.23 228 6/8/2023
1.0.22 230 6/7/2023
1.0.21 208 6/7/2023
1.0.20 206 6/6/2023
1.0.18 253 6/2/2023
1.0.17 187 6/2/2023
1.0.16 202 6/2/2023
1.0.15 210 6/1/2023
1.0.14 225 5/24/2023
1.0.13 194 5/23/2023
1.0.12 199 5/23/2023
1.0.11 275 4/28/2023
1.0.10 202 4/28/2023
1.0.9 290 4/12/2023
1.0.8 222 4/12/2023
1.0.7 239 4/11/2023
1.0.6 222 4/3/2023
1.0.5 261 3/23/2023
1.0.4 250 3/23/2023
1.0.3 470 1/19/2023
1.0.2 350 1/16/2023
1.0.1 318 1/6/2023