rollbar / Rollbar.NET

Rollbar for .NET
https://docs.rollbar.com/docs/dotnet
MIT License
65 stars 44 forks source link

- fix: merge PR resolve #583 - Rollbar 4.0.2 crashes Xamarin.Forms-App #584

Closed akornich closed 3 years ago

akornich commented 3 years ago

Description of the change

  • fix: merge PR resolve #583 - Rollbar 4.0.2 crashes Xamarin.Forms-App the APIs we use to identify runtime directory vary their availability from one .NET flavor/version to another, as well as their behavior change based on .NET flavor/version. This fix uses safer implementation to take it all into account.

  • fixing a typo in HttpResponsePackageDecorator

Type of change

Related issues

Fix #583

Checklists

Development

Code review

akornich commented 3 years ago

@waltjones , thank you!