Soenneker.Blazor.ApplicationInsights 1.0.46

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 1.0.46
NuGet\Install-Package Soenneker.Blazor.ApplicationInsights -Version 1.0.46
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="1.0.46" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.ApplicationInsights --version 1.0.46
#r "nuget: Soenneker.Blazor.ApplicationInsights, 1.0.46"
#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=1.0.46

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

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

Install-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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.257 0 7/3/2024
2.1.256 0 7/3/2024
2.1.255 0 7/3/2024
2.1.254 0 7/3/2024
2.1.253 19 7/3/2024
2.1.252 20 7/3/2024
2.1.251 13 7/3/2024
2.1.250 23 7/3/2024
2.1.249 71 6/30/2024
2.1.248 56 6/30/2024
2.1.247 49 6/30/2024
2.1.246 50 6/30/2024
2.1.245 62 6/28/2024
2.1.244 56 6/28/2024
2.1.243 59 6/28/2024
2.1.242 74 6/28/2024
2.1.241 65 6/27/2024
2.1.240 62 6/27/2024
2.1.239 65 6/27/2024
2.1.238 58 6/24/2024
2.1.237 58 6/24/2024
2.1.236 60 6/24/2024
2.1.235 72 6/22/2024
2.1.234 83 6/15/2024
2.1.233 62 6/14/2024
2.1.232 102 6/1/2024
2.1.231 66 6/1/2024
2.1.230 63 6/1/2024
2.1.229 62 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 60 5/18/2024
2.1.209 56 5/17/2024
2.1.208 63 5/17/2024
2.1.207 56 5/16/2024
2.1.206 58 5/16/2024
2.1.205 59 5/15/2024
2.1.204 55 5/14/2024
2.1.203 77 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 168 2/26/2024
2.1.143 82 2/25/2024
2.1.142 76 2/25/2024
2.1.141 100 2/23/2024
2.1.140 90 2/22/2024
2.1.139 71 2/22/2024
2.1.138 114 2/21/2024
2.1.137 98 2/21/2024
2.1.136 79 2/21/2024
2.1.135 78 2/21/2024
2.1.134 83 2/20/2024
2.1.133 82 2/20/2024
2.1.132 78 2/20/2024
2.1.131 78 2/20/2024
2.1.130 78 2/19/2024
2.1.129 74 2/19/2024
2.1.128 83 2/17/2024
2.1.127 77 2/17/2024
2.1.126 72 2/16/2024
2.1.125 79 2/16/2024
2.1.124 69 2/16/2024
2.1.123 70 2/16/2024
2.1.122 69 2/16/2024
2.1.121 130 2/13/2024
2.1.120 82 2/13/2024
2.1.119 63 2/13/2024
2.1.118 67 2/13/2024
2.1.117 71 2/13/2024
2.1.116 79 2/13/2024
2.1.115 99 2/12/2024
2.1.114 74 2/11/2024
2.1.113 85 2/11/2024
2.1.112 71 2/11/2024
2.1.111 72 2/10/2024
2.1.110 73 2/9/2024
2.1.109 82 2/9/2024
2.1.108 79 2/9/2024
2.1.107 78 2/8/2024
2.1.106 77 2/8/2024
2.1.105 80 2/8/2024
2.1.104 82 2/7/2024
2.1.103 75 2/7/2024
2.1.102 78 2/7/2024
2.1.101 79 2/7/2024
2.1.100 84 2/6/2024
2.1.99 86 2/6/2024
2.1.98 82 2/6/2024
2.1.97 73 2/4/2024
2.1.96 81 2/4/2024
2.1.95 71 2/2/2024
2.1.94 159 1/31/2024
2.1.93 81 1/29/2024
2.1.92 100 1/29/2024
2.1.91 77 1/29/2024
2.1.90 77 1/28/2024
2.1.89 78 1/28/2024
2.1.88 81 1/28/2024
2.1.87 80 1/28/2024
2.1.86 76 1/28/2024
2.1.85 77 1/27/2024
2.1.84 75 1/27/2024
2.1.83 79 1/27/2024
2.1.82 78 1/27/2024
2.1.81 77 1/27/2024
2.1.80 77 1/26/2024
2.1.79 93 1/26/2024
2.1.78 77 1/26/2024
2.1.77 79 1/26/2024
2.1.76 78 1/25/2024
2.1.75 85 1/25/2024
2.1.74 77 1/25/2024
2.1.73 74 1/25/2024
2.1.72 73 1/25/2024
2.1.71 88 1/19/2024
2.1.70 99 1/15/2024
2.1.69 91 1/15/2024
2.1.68 87 1/15/2024
2.1.67 83 1/15/2024
2.1.66 88 1/15/2024
2.1.65 84 1/14/2024
2.1.64 90 1/13/2024
2.1.63 91 1/12/2024
2.1.62 86 1/11/2024
2.1.61 84 1/9/2024
2.1.60 109 1/7/2024
2.1.59 97 1/5/2024
2.1.58 95 1/5/2024
2.1.57 92 1/5/2024
2.1.56 119 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 199 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 353 1/16/2023
1.0.1 319 1/6/2023