-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Unhandled Exception on .NET 461 if the Registry Access threw an…
… exception. (#1101) * ignore registry errors (would be nice to log it) * remove changes. * wip * WIP * update changelog. * Moved error handling flow for Registry reading * const params * replaced tryopenregistry by Registry.LocalMachine.TryOpenSubKey * Update src/Sentry/PlatformAbstractions/FrameworkInfo.NetFx.cs Co-authored-by: Alexey Golub <tyrrrrrr@gmail.com> * wip * Changed exception flow + fixed changelog. * removed unused return * fixed changelog and exception flow. * Revert manual test * removed spaces. * Apply suggestions from code review Co-authored-by: Alexey Golub <tyrrrrrr@gmail.com> * Update src/Sentry/SentryOptions.cs Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> * remove white line * rollback hub try/catch on Register * exception log on NetFxInstallationIntegration. * remove unused using. * removed PR from changelog. * Apply suggestions from code review Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> * fix StackTrageMode return Co-authored-by: Alexey Golub <tyrrrrrr@gmail.com> Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
- Loading branch information
1 parent
733245e
commit b496520
Showing
6 changed files
with
64 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters