Releases: rollbar/Rollbar.NET
Releases · rollbar/Rollbar.NET
Some nice improvements...
Improvements:
- resolve #180: Redo meaning of the log level config setting into logging level threshold
- resolve #179: Improve RollbarAssistant's CaptureState APIs by allowing state capture into existing state bag
- resolve #178: Add example showing local variables
- resolve #181: Update existing documentation regarding new meaning of log level config setting
Critical fix for Xamarin.Forms/Mono clients
Improvements and fixes:
- resolve #173: Unable to use Rollbar with Xamarin.Forms for Android project since version 1.5.1
- ref #153: Not able to get correct traceback (added example of reporting unhandled exceptions from the Xamarin UWP sample app)
Critical fixes
Critical fixes:
- resolve #169: Convenience methods for Logging erroneously using Error LogLevel
- resolve #171: Fix some unit tests failing during the unit tests batch run
Rollbar Asp.Net Core Middleware bag fix, dependencies update.
New features, enhancements and fixes:
- resolve #165: AspNetCore2.WebApi _logger.LogError(exception, "bla"); doesn't send the exception to rollbar
- resolve #167: Update to the latest .NET dependencies
Dependencies upgrade, bug fix.
IF YOU USE THIS SDK WITHIN A .NET CORE APP - USE THIS RELEASE ONLY IF YOUR APP IS BASED ON .NET CORE 2.1.1 !!!
New features, enhancements and fixes:
- resolve #165: AspNetCore2.WebApi _logger.LogError(exception, "bla"); doesn't send the exception to rollbar
- resolve #167: Update to the latest .NET dependencies
Network telemetry auto-capture, CPU and OS detection and other improvements...
New features, enhancements and fixes:
- resolve #161: Rollbar Asp.Net Core middleware: auto-capture a NetworkTelemetry event based on the HTTP request processed by the middleware
- resolve #160: Capture CPU architecture as a new data field within Client/Server elements of the payload
- resolve #158: Implement proper hosting OS detection under .Net Core
- resolve #154: UX: Add type discovery and casting with proper overload call to all the RollbarLogger's methods that accept object as their first argument
- resolve #156: Performance: reuse the same HttpClient instance whenever possible
- resolve #164: Refactoring: consolidate .Net DateTime-to/from-UnixTimestamp conversions within a utility class
- resolve #157: Refactoring: extract deployment related functionality of RollbarClient into RollbarDeployClient
- resolve #155: Samples: Update Xamarin sample's dependencies
Telemetry support and more
New features, enhancements and fixes:
- resolve #151: Telemetry - add relevant documentation
- resolve #148: Telemetry - configuration via app.config
- resolve #149: Telemetry - configuration via appsettings.json
- resolve #150: Telemetry - demo manual telemetry in one of the sample apps
- resolve #123: Telemetry support
- resolve #146: Add explicit support of .net core 2.1 and .net 4.7.2 targets.
- resolve #145: Update sample apps to target latest .net SDKs and latest dependencies.
- resolve #143: Document state capture feature.
- resolve #131: Not able to run Xamarin sample app with Rollbar Notifier.
RollbarAssistant utility class to simplify object state capture with Rollbar.NET and new config settings...
New features and enhancements:
- resolve #124: Capture local variables
- resolve #142: Update the .NET Core console sample app to demonstrate state capture
- resolve #126: Add max items config option
- resolve #125: Add capture uncaught config option
- resolve #132: Point docs from README to Rollbar's site
GDPR-related privacy settings and more...
New features and enhancements:
- resolve #127: Add scrub whitelist config option
- resolve #139: Document GDPR related settings
- resolve #128: Only collect person.id by default for person tracking
- resolve #129: Allow IP collection to be easily turned on and off in config
- resolve #130: Anonymize IP address config option
- resolve #135: Simplify/clean-up RollbarConfigSection implementation
- resolve #134: Enhance multi-targeting configuration by introducing NetVariant MSBuild property
- resolve #133: Fix unit tests broken by Visual Studio update v15.7.0
- resolve #121: Add an example/demo of a Rollbar.NET plug-in for a popular .NET logging library
- resolve #122: Update packages of the Samples
- resolve #120: Add custom fingerprinting (similar to other SDKs)
- resolve #137: Fix code snippets formatting at https://dash.readme.io/project/rollbar/v1.0.0/docs/dotnet
Reporting custom Exception.Data as well.
New features and enhancements:
#118: Notifier does not send Exception.Data collection
#119: Exception running integration tests