Skip to content

Releases: dhindrik/TinyInsights.Maui

1.0.1-pre12

23 Sep 14:18
Compare
Choose a tag to compare
1.0.1-pre12 Pre-release
Pre-release
Empty constructor of ApplicationInsightsProvider in net8.0

1.0.1-pre11

23 Sep 08:25
Compare
Choose a tag to compare
1.0.1-pre11 Pre-release
Pre-release
Made it possible to change TelemetryClient properties like Cloud.Role…

…Name

1.0.1-pre10

10 Sep 09:05
Compare
Choose a tag to compare
1.0.1-pre10 Pre-release
Pre-release
Update

1.0.1-pre9

03 Sep 19:20
Compare
Choose a tag to compare
1.0.1-pre9 Pre-release
Pre-release
Fixed ClientOsVersion

1.0.1-pre8

03 Sep 09:36
98510db
Compare
Choose a tag to compare
1.0.1-pre8 Pre-release
Pre-release

Note that page views will be tracked automatically by default in this release. In earlier releases, you had to do it manually.

1.0.1-pre7

19 Aug 14:09
Compare
Choose a tag to compare
1.0.1-pre7 Pre-release
Pre-release
Added tracking of HttpMethod. #12

1.0.1-pre6

08 Aug 10:32
Compare
Choose a tag to compare
1.0.1-pre6 Pre-release
Pre-release
Windows fix + override user id

1.0.1-pre5

31 Jul 04:58
Compare
Choose a tag to compare
1.0.1-pre5 Pre-release
Pre-release
Removed extra logic to create an empty file. At least on the simulato…

…r on my MacAir M1 it throws the exception: "The process cannot access the file '<path>/crashes.mauiinsights' because it is being used by another process." - the first time HandleCrash() is called.

Result would be the code was never able to persist the initial Crash.

Added logic to ResetCrashes() when they have been skipped to AppInsights.

1.0.1-pre4

30 Jul 11:56
Compare
Choose a tag to compare
1.0.1-pre4 Pre-release
Pre-release
Use properties.TryAdd instead of properties.Add to avoid throwing and…

… ArgumentException when "StackTrace" key was already added for Crashes

1.0.1-pre3

14 Jun 12:34
93b2ced
Compare
Choose a tag to compare
1.0.1-pre3 Pre-release
Pre-release
Create LICENSE