Using [new version of the protocol with fixes and features](https://github.com/getsentry/sentry-dotnet-protocol/releases/tag/1.0.3).
Fixed:
ASP.NET Core integration issue when containers are built on the ServiceCollection after SDK is initialized (157, 103 )
1.1.2beta
Fixed: - ASP.NET Core integration issue when containers are built on the ServiceCollection after SDK is initialized (157, 103 )
1.1.1
- Fix custom container alias (263)
1.01
- Clean up encoding error in Sentry
1.1.0
- Fix for `AWSLambda` integration returns value of original handler 1106 - Fix for `RQ` integration that only captures exception if RQ job has failed and ignore retries 1076 - Feature that supports Tracing for the `Tornado` integration 1060 - Feature that supports wild cards in `ignore_logger` in the `Logging` Integration 1053 - Fix for django that deals with template span description names that are either lists or tuples 1054
1.1.0beta.0
- meta: Update dependencies - fix: Use crashpad logic for Electron >= v6 on Windows - fix: Use node-fetch rather than electron-fetch - feat: Use win-ca to load Windows root CA's to give same behaviour as electron-fetch - meta: Use Sentry logger to trace some caught exceptions