Soenneker.Blazor.ApplicationInsights 2.1.140

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.ApplicationInsights --version 2.1.140
NuGet\Install-Package Soenneker.Blazor.ApplicationInsights -Version 2.1.140
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.140" />
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.140
#r "nuget: Soenneker.Blazor.ApplicationInsights, 2.1.140"
#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.140

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

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.240 0 6/27/2024
2.1.239 23 6/27/2024
2.1.238 35 6/24/2024
2.1.237 35 6/24/2024
2.1.236 37 6/24/2024
2.1.235 71 6/22/2024
2.1.234 82 6/15/2024
2.1.233 61 6/14/2024
2.1.232 101 6/1/2024
2.1.231 65 6/1/2024
2.1.230 62 6/1/2024
2.1.229 61 6/1/2024
2.1.228 78 5/31/2024
2.1.227 72 5/29/2024
2.1.226 55 5/28/2024
2.1.225 78 5/28/2024
2.1.224 60 5/27/2024
2.1.223 64 5/26/2024
2.1.222 69 5/26/2024
2.1.221 69 5/26/2024
2.1.220 75 5/25/2024
2.1.219 75 5/25/2024
2.1.218 69 5/25/2024
2.1.217 73 5/25/2024
2.1.216 58 5/23/2024
2.1.215 71 5/23/2024
2.1.214 80 5/22/2024
2.1.213 74 5/22/2024
2.1.212 69 5/22/2024
2.1.211 64 5/22/2024
2.1.210 59 5/18/2024
2.1.209 55 5/17/2024
2.1.208 62 5/17/2024
2.1.207 55 5/16/2024
2.1.206 57 5/16/2024
2.1.205 58 5/15/2024
2.1.204 54 5/14/2024
2.1.203 76 5/13/2024
2.1.202 103 4/30/2024
2.1.201 85 4/29/2024
2.1.200 69 4/28/2024
2.1.199 67 4/28/2024
2.1.198 69 4/28/2024
2.1.197 67 4/28/2024
2.1.196 69 4/28/2024
2.1.195 69 4/27/2024
2.1.194 75 4/27/2024
2.1.193 87 4/19/2024
2.1.192 74 4/19/2024
2.1.191 116 4/12/2024
2.1.190 74 4/12/2024
2.1.189 78 4/12/2024
2.1.188 77 4/12/2024
2.1.187 80 4/12/2024
2.1.186 77 4/12/2024
2.1.185 79 4/12/2024
2.1.184 74 4/11/2024
2.1.183 73 4/11/2024
2.1.182 80 4/10/2024
2.1.181 77 4/9/2024
2.1.180 78 4/9/2024
2.1.179 143 4/2/2024
2.1.178 82 4/1/2024
2.1.177 79 3/29/2024
2.1.176 66 3/29/2024
2.1.175 78 3/25/2024
2.1.174 74 3/25/2024
2.1.173 94 3/20/2024
2.1.172 107 3/19/2024
2.1.171 86 3/19/2024
2.1.170 83 3/18/2024
2.1.169 118 3/15/2024
2.1.168 82 3/13/2024
2.1.167 82 3/13/2024
2.1.166 69 3/13/2024
2.1.165 77 3/13/2024
2.1.164 72 3/13/2024
2.1.163 78 3/12/2024
2.1.162 81 3/12/2024
2.1.161 78 3/12/2024
2.1.160 110 3/11/2024
2.1.159 83 3/11/2024
2.1.158 91 3/10/2024
2.1.157 90 3/8/2024
2.1.156 75 3/8/2024
2.1.155 81 3/8/2024
2.1.154 107 3/6/2024
2.1.153 106 3/4/2024
2.1.152 78 3/4/2024
2.1.151 93 3/2/2024
2.1.150 80 3/2/2024
2.1.149 79 3/2/2024
2.1.148 80 3/2/2024
2.1.147 85 3/2/2024
2.1.146 88 2/29/2024
2.1.145 81 2/29/2024
2.1.144 166 2/26/2024
2.1.143 80 2/25/2024
2.1.142 74 2/25/2024
2.1.141 98 2/23/2024
2.1.140 88 2/22/2024
2.1.139 69 2/22/2024
2.1.138 112 2/21/2024
2.1.137 96 2/21/2024
2.1.136 77 2/21/2024
2.1.135 76 2/21/2024
2.1.134 81 2/20/2024
2.1.133 80 2/20/2024
2.1.132 76 2/20/2024
2.1.131 76 2/20/2024
2.1.130 76 2/19/2024
2.1.129 72 2/19/2024
2.1.128 81 2/17/2024
2.1.127 75 2/17/2024
2.1.126 71 2/16/2024
2.1.125 77 2/16/2024
2.1.124 69 2/16/2024
2.1.123 69 2/16/2024
2.1.122 67 2/16/2024
2.1.121 130 2/13/2024
2.1.120 81 2/13/2024
2.1.119 62 2/13/2024
2.1.118 66 2/13/2024
2.1.117 70 2/13/2024
2.1.116 78 2/13/2024
2.1.115 98 2/12/2024
2.1.114 73 2/11/2024
2.1.113 84 2/11/2024
2.1.112 70 2/11/2024
2.1.111 71 2/10/2024
2.1.110 72 2/9/2024
2.1.109 81 2/9/2024
2.1.108 78 2/9/2024
2.1.107 77 2/8/2024
2.1.106 76 2/8/2024
2.1.105 79 2/8/2024
2.1.104 81 2/7/2024
2.1.103 74 2/7/2024
2.1.102 77 2/7/2024
2.1.101 78 2/7/2024
2.1.100 83 2/6/2024
2.1.99 85 2/6/2024
2.1.98 81 2/6/2024
2.1.97 72 2/4/2024
2.1.96 79 2/4/2024
2.1.95 69 2/2/2024
2.1.94 155 1/31/2024
2.1.93 77 1/29/2024
2.1.92 95 1/29/2024
2.1.91 74 1/29/2024
2.1.90 74 1/28/2024
2.1.89 75 1/28/2024
2.1.88 78 1/28/2024
2.1.87 77 1/28/2024
2.1.86 73 1/28/2024
2.1.85 74 1/27/2024
2.1.84 72 1/27/2024
2.1.83 76 1/27/2024
2.1.82 75 1/27/2024
2.1.81 74 1/27/2024
2.1.80 74 1/26/2024
2.1.79 90 1/26/2024
2.1.78 74 1/26/2024
2.1.77 76 1/26/2024
2.1.76 75 1/25/2024
2.1.75 80 1/25/2024
2.1.74 74 1/25/2024
2.1.73 71 1/25/2024
2.1.72 70 1/25/2024
2.1.71 85 1/19/2024
2.1.70 96 1/15/2024
2.1.69 88 1/15/2024
2.1.68 84 1/15/2024
2.1.67 80 1/15/2024
2.1.66 85 1/15/2024
2.1.65 81 1/14/2024
2.1.64 87 1/13/2024
2.1.63 88 1/12/2024
2.1.62 85 1/11/2024
2.1.61 83 1/9/2024
2.1.60 106 1/7/2024
2.1.59 94 1/5/2024
2.1.58 92 1/5/2024
2.1.57 89 1/5/2024
2.1.56 116 1/1/2024
2.1.55 93 12/28/2023
2.1.54 105 12/28/2023
2.1.53 102 12/27/2023
2.1.52 102 12/27/2023
2.1.51 87 12/27/2023
2.1.50 116 12/25/2023
2.1.49 103 12/25/2023
2.1.48 96 12/25/2023
2.1.47 93 12/25/2023
2.1.46 106 12/25/2023
2.1.45 92 12/24/2023
2.1.44 103 12/23/2023
2.1.43 105 12/23/2023
2.1.42 92 12/23/2023
2.1.41 79 12/23/2023
2.1.40 104 12/19/2023
2.1.39 104 12/19/2023
2.1.38 156 12/10/2023
2.1.37 104 12/10/2023
2.1.36 112 12/9/2023
2.1.35 130 12/9/2023
2.1.34 126 12/9/2023
2.1.33 147 12/6/2023
2.1.32 200 12/5/2023
2.1.31 122 12/5/2023
2.1.30 142 12/4/2023
2.1.29 134 12/4/2023
2.1.28 103 12/4/2023
2.1.27 167 11/23/2023
2.1.26 120 11/23/2023
2.1.25 134 11/23/2023
2.1.24 125 11/23/2023
2.1.23 126 11/20/2023
2.1.22 117 11/20/2023
2.1.21 115 11/19/2023
2.1.20 118 11/19/2023
2.1.19 118 11/19/2023
2.1.18 110 11/19/2023
2.1.17 122 11/18/2023
2.1.16 119 11/18/2023
2.1.15 116 11/18/2023
2.1.14 109 11/18/2023
2.1.13 112 11/17/2023
2.1.12 119 11/17/2023
2.1.11 115 11/17/2023
2.1.10 112 11/17/2023
2.1.9 110 11/17/2023
2.1.8 103 11/17/2023
2.1.7 117 11/17/2023
2.1.6 119 11/17/2023
2.1.5 114 11/17/2023
2.1.4 110 11/16/2023
2.0.85 117 11/15/2023
2.0.84 100 11/15/2023
2.0.83 112 11/15/2023
2.0.3 105 11/16/2023
2.0.2 113 11/16/2023
2.0.1 114 11/16/2023
1.0.82 121 11/14/2023
1.0.81 87 11/13/2023
1.0.80 132 11/10/2023
1.0.79 109 11/9/2023
1.0.78 109 11/9/2023
1.0.77 122 11/7/2023
1.0.76 114 11/6/2023
1.0.75 120 11/3/2023
1.0.74 130 11/2/2023
1.0.73 133 11/1/2023
1.0.72 154 10/26/2023
1.0.71 111 10/25/2023
1.0.70 151 10/19/2023
1.0.69 135 10/18/2023
1.0.68 123 10/17/2023
1.0.67 131 10/16/2023
1.0.66 157 10/13/2023
1.0.65 135 10/12/2023
1.0.64 144 10/11/2023
1.0.63 192 9/20/2023
1.0.62 139 9/19/2023
1.0.61 148 9/18/2023
1.0.60 134 9/18/2023
1.0.59 144 9/14/2023
1.0.58 122 9/13/2023
1.0.57 235 8/31/2023
1.0.56 152 8/30/2023
1.0.55 147 8/30/2023
1.0.54 161 8/28/2023
1.0.53 128 8/25/2023
1.0.52 151 8/24/2023
1.0.51 205 8/21/2023
1.0.50 157 8/18/2023
1.0.49 167 8/17/2023
1.0.48 168 8/17/2023
1.0.47 218 8/10/2023
1.0.46 153 8/9/2023
1.0.45 177 8/9/2023
1.0.44 172 8/8/2023
1.0.43 184 8/7/2023
1.0.42 176 8/7/2023
1.0.41 276 7/13/2023
1.0.40 192 7/12/2023
1.0.39 192 7/11/2023
1.0.38 166 7/10/2023
1.0.37 174 7/7/2023
1.0.36 172 7/7/2023
1.0.35 219 6/30/2023
1.0.34 231 6/29/2023
1.0.33 210 6/28/2023
1.0.32 197 6/28/2023
1.0.31 186 6/26/2023
1.0.30 244 6/23/2023
1.0.29 186 6/23/2023
1.0.28 199 6/21/2023
1.0.27 214 6/15/2023
1.0.26 218 6/14/2023
1.0.25 181 6/14/2023
1.0.24 238 6/9/2023
1.0.23 229 6/8/2023
1.0.22 231 6/7/2023
1.0.21 209 6/7/2023
1.0.20 207 6/6/2023
1.0.18 254 6/2/2023
1.0.17 188 6/2/2023
1.0.16 203 6/2/2023
1.0.15 211 6/1/2023
1.0.14 227 5/24/2023
1.0.13 195 5/23/2023
1.0.12 200 5/23/2023
1.0.11 277 4/28/2023
1.0.10 203 4/28/2023
1.0.9 291 4/12/2023
1.0.8 223 4/12/2023
1.0.7 240 4/11/2023
1.0.6 223 4/3/2023
1.0.5 263 3/23/2023
1.0.4 251 3/23/2023
1.0.3 475 1/19/2023
1.0.2 351 1/16/2023
1.0.1 319 1/6/2023