Skip to content

Releases: IvanJosipovic/BlazorApplicationInsights

v1.2.0

09 Jul 04:29
ec60c1e

Choose a tag to compare

1.2.0 (2021-07-09)

Features

v1.1.2

05 May 04:38
88c2875

Choose a tag to compare

1.1.2 (2021-05-05)

Bug Fixes

  • re-added properties to TrackException (5e55bb2)

v1.1.1

22 Apr 04:28
cca1f38

Choose a tag to compare

1.1.1 (2021-04-22)

Bug Fixes

  • prevent exceptions when JS is not loaded (2bc0e72)

v1.1.0

20 Apr 05:15
41c1b94

Choose a tag to compare

1.1.0 (2021-04-20)

Features

  • set Instrumentation Key programmatically (004b46e)

v1.0.1

09 Mar 23:35
df9cf75

Choose a tag to compare

1.0.1 (2021-03-09)

Bug Fixes

  • Bug #64 - Set Location Handler OnAfterRenderAsync instead of OnInitialized (aa7eb29)

v1.0.0

17 Feb 04:54
b8ef8f7

Choose a tag to compare

1.0.0 (2021-02-17)

Bug Fixes

  • LoggerProvider is now only loaded in WASM (145e24f)

Features

  • API Review and added Tests (0ff79ce)

BREAKING CHANGES

  • Lots of API Teaks

v1.0.0-beta.1

15 Feb 06:03

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2021-02-15)

Bug Fixes

  • LoggerProvider is now only loaded in WASM (145e24f)

Features

  • API Review and added Tests (0ff79ce)

BREAKING CHANGES

  • Lots of API Tweaks

Release 0.8.0

11 Feb 04:54
695d7eb

Choose a tag to compare

Fixed TrackDependencyData
NuGet update
Removed FxCopAnalyzers
Added ApplicationInsightsComponent.Dispose() (thanks @hakenr)

Release 0.7.1

01 Dec 06:52
85d9550

Choose a tag to compare

Merge pull request #39 from IvanJosipovic/dev2

bugfix #patch

Release 0.7.0

01 Dec 04:22
e03f280

Choose a tag to compare

Merge pull request #38 from IvanJosipovic/dev2

Reworked initialization to better support Blazor Server and Pre Rendering (thanks @HonzaBejvl)
Added note to disable the integrated ILoggerProvider with Blazor Server