Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@mausworks mausworks released this 09 Feb 00:31
· 130 commits to master since this release
3e26183

Client updates

  • Support Sentry's Rate-Limiting: HTTP 429, and "Retry-After"
  • Support null/empty DSNs: This disables the client
  • Graceful failures
  • Client now returns status code, errors, etc (response model)
  • Performance improvements
  • Some performance critical async methods are now called with ConfigureAwait(false)
  • Timeout set to 3 seconds

Middleware updates

  • Honor Sentry's Rate limiting (don't send until "Retry-After" is surpassed)
  • Before and after-send callbacks
  • HTTP X-Forwarded-For support for user IP Addresses, thanks @henke164
  • Support null/empty DSN:s: This disables the client & middleware