Soenneker.Blazor.ApplicationInsights 2.1.196

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.196
NuGet\Install-Package Soenneker.Blazor.ApplicationInsights -Version 2.1.196
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.196" />
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.196
#r "nuget: Soenneker.Blazor.ApplicationInsights, 2.1.196"
#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.196

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

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.234 34 6/15/2024
2.1.233 35 6/14/2024
2.1.232 100 6/1/2024
2.1.231 64 6/1/2024
2.1.230 61 6/1/2024
2.1.229 60 6/1/2024
2.1.228 77 5/31/2024
2.1.227 71 5/29/2024
2.1.226 54 5/28/2024
2.1.225 77 5/28/2024
2.1.224 59 5/27/2024
2.1.223 63 5/26/2024
2.1.222 68 5/26/2024
2.1.221 68 5/26/2024
2.1.220 74 5/25/2024
2.1.219 74 5/25/2024
2.1.218 68 5/25/2024
2.1.217 72 5/25/2024
2.1.216 57 5/23/2024
2.1.215 70 5/23/2024
2.1.214 79 5/22/2024
2.1.213 73 5/22/2024
2.1.212 68 5/22/2024
2.1.211 63 5/22/2024
2.1.210 58 5/18/2024
2.1.209 54 5/17/2024
2.1.208 61 5/17/2024
2.1.207 54 5/16/2024
2.1.206 56 5/16/2024
2.1.205 57 5/15/2024
2.1.204 53 5/14/2024
2.1.203 75 5/13/2024
2.1.202 102 4/30/2024
2.1.201 84 4/29/2024
2.1.200 68 4/28/2024
2.1.199 66 4/28/2024
2.1.198 68 4/28/2024
2.1.197 66 4/28/2024
2.1.196 68 4/28/2024
2.1.195 68 4/27/2024
2.1.194 74 4/27/2024
2.1.193 86 4/19/2024
2.1.192 73 4/19/2024
2.1.191 115 4/12/2024
2.1.190 73 4/12/2024
2.1.189 77 4/12/2024
2.1.188 76 4/12/2024
2.1.187 79 4/12/2024
2.1.186 76 4/12/2024
2.1.185 78 4/12/2024
2.1.184 73 4/11/2024
2.1.183 72 4/11/2024
2.1.182 79 4/10/2024
2.1.181 76 4/9/2024
2.1.180 77 4/9/2024
2.1.179 142 4/2/2024
2.1.178 81 4/1/2024
2.1.177 78 3/29/2024
2.1.176 65 3/29/2024
2.1.175 77 3/25/2024
2.1.174 73 3/25/2024
2.1.173 93 3/20/2024
2.1.172 106 3/19/2024
2.1.171 85 3/19/2024
2.1.170 82 3/18/2024
2.1.169 117 3/15/2024
2.1.168 81 3/13/2024
2.1.167 81 3/13/2024
2.1.166 68 3/13/2024
2.1.165 76 3/13/2024
2.1.164 71 3/13/2024
2.1.163 77 3/12/2024
2.1.162 80 3/12/2024
2.1.161 77 3/12/2024
2.1.160 109 3/11/2024
2.1.159 82 3/11/2024
2.1.158 90 3/10/2024
2.1.157 89 3/8/2024
2.1.156 74 3/8/2024
2.1.155 80 3/8/2024
2.1.154 106 3/6/2024
2.1.153 105 3/4/2024
2.1.152 77 3/4/2024
2.1.151 92 3/2/2024
2.1.150 79 3/2/2024
2.1.149 78 3/2/2024
2.1.148 79 3/2/2024
2.1.147 84 3/2/2024
2.1.146 87 2/29/2024
2.1.145 80 2/29/2024
2.1.144 165 2/26/2024
2.1.143 79 2/25/2024
2.1.142 73 2/25/2024
2.1.141 97 2/23/2024
2.1.140 87 2/22/2024
2.1.139 68 2/22/2024
2.1.138 111 2/21/2024
2.1.137 95 2/21/2024
2.1.136 76 2/21/2024
2.1.135 75 2/21/2024
2.1.134 80 2/20/2024
2.1.133 79 2/20/2024
2.1.132 75 2/20/2024
2.1.131 75 2/20/2024
2.1.130 75 2/19/2024
2.1.129 71 2/19/2024
2.1.128 80 2/17/2024
2.1.127 74 2/17/2024
2.1.126 70 2/16/2024
2.1.125 76 2/16/2024
2.1.124 68 2/16/2024
2.1.123 68 2/16/2024
2.1.122 66 2/16/2024
2.1.121 129 2/13/2024
2.1.120 80 2/13/2024
2.1.119 61 2/13/2024
2.1.118 65 2/13/2024
2.1.117 69 2/13/2024
2.1.116 77 2/13/2024
2.1.115 97 2/12/2024
2.1.114 72 2/11/2024
2.1.113 83 2/11/2024
2.1.112 69 2/11/2024
2.1.111 70 2/10/2024
2.1.110 71 2/9/2024
2.1.109 80 2/9/2024
2.1.108 77 2/9/2024
2.1.107 76 2/8/2024
2.1.106 75 2/8/2024
2.1.105 78 2/8/2024
2.1.104 80 2/7/2024
2.1.103 73 2/7/2024
2.1.102 76 2/7/2024
2.1.101 77 2/7/2024
2.1.100 82 2/6/2024
2.1.99 84 2/6/2024
2.1.98 80 2/6/2024
2.1.97 71 2/4/2024
2.1.96 78 2/4/2024
2.1.95 68 2/2/2024
2.1.94 154 1/31/2024
2.1.93 76 1/29/2024
2.1.92 94 1/29/2024
2.1.91 72 1/29/2024
2.1.90 72 1/28/2024
2.1.89 73 1/28/2024
2.1.88 76 1/28/2024
2.1.87 75 1/28/2024
2.1.86 72 1/28/2024
2.1.85 73 1/27/2024
2.1.84 71 1/27/2024
2.1.83 75 1/27/2024
2.1.82 74 1/27/2024
2.1.81 73 1/27/2024
2.1.80 73 1/26/2024
2.1.79 89 1/26/2024
2.1.78 73 1/26/2024
2.1.77 75 1/26/2024
2.1.76 74 1/25/2024
2.1.75 79 1/25/2024
2.1.74 73 1/25/2024
2.1.73 70 1/25/2024
2.1.72 69 1/25/2024
2.1.71 84 1/19/2024
2.1.70 95 1/15/2024
2.1.69 87 1/15/2024
2.1.68 83 1/15/2024
2.1.67 79 1/15/2024
2.1.66 84 1/15/2024
2.1.65 80 1/14/2024
2.1.64 86 1/13/2024
2.1.63 87 1/12/2024
2.1.62 84 1/11/2024
2.1.61 82 1/9/2024
2.1.60 105 1/7/2024
2.1.59 93 1/5/2024
2.1.58 91 1/5/2024
2.1.57 88 1/5/2024
2.1.56 115 1/1/2024
2.1.55 92 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 104 12/23/2023
2.1.42 91 12/23/2023
2.1.41 78 12/23/2023
2.1.40 103 12/19/2023
2.1.39 103 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 199 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 166 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 116 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 120 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 153 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 156 10/13/2023
1.0.65 133 10/12/2023
1.0.64 143 10/11/2023
1.0.63 191 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 234 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 275 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 218 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 226 5/24/2023
1.0.13 194 5/23/2023
1.0.12 199 5/23/2023
1.0.11 276 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 262 3/23/2023
1.0.4 250 3/23/2023
1.0.3 474 1/19/2023
1.0.2 350 1/16/2023
1.0.1 318 1/6/2023