Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

1.4.2

Compare
Choose a tag to compare
@asbjornu asbjornu released this 29 Sep 12:37
· 525 commits to develop since this release
  • Made SentryRequest.HttpContext static so it's only initialized once per thread (2976eee)
  • Wrap the retrieval of HTTP context in try/catch since it might fail in circumstances where the HTTP context is available, but not yet bootstrapped (like in ASP.NET Application Start and such) (278f890)
  • Removed SentryModule in place of an IDictionary<string, string> as per @xpicio's suggestion in #55