-
Updated
May 18, 2022 - C#
error-reporting
Here are 273 public repositories matching this topic...
-
Updated
May 18, 2022 - Kotlin
-
Updated
Apr 21, 2022 - Rust
-
Updated
May 18, 2022 - TypeScript
This case should just be passed directly to the parent handler
-
Updated
May 10, 2022 - C#
-
Updated
May 17, 2022 - TypeScript
-
Updated
Oct 13, 2021 - Python
-
Updated
Mar 9, 2022 - PHP
-
Updated
Oct 4, 2020 - Go
-
Updated
May 18, 2022 - Objective-C
-
Updated
May 17, 2022 - TypeScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Sep 12, 2018 - PHP
Currently we use protobuf to document the representation format: https://github.com/soundcloud/periskop/blob/master/representation/errors.proto.
Since we are not planning to use protobuf as a serialization format, it would be more appropriate to use json schema instead.
-
Updated
Mar 29, 2022 - JavaScript
-
Updated
May 6, 2022 - Haskell
-
Updated
Apr 8, 2022 - C#
-
Updated
Jul 2, 2021 - PowerShell
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Nov 21, 2021 - C#
-
Updated
May 13, 2022 - C#
-
Updated
May 16, 2022 - Python
When creating exceptions with breadcrumbs in 2 tests, the second test will have the breadcrumbs from the first test.
describe('debug', () => {
beforeEach(() => {
testkit.reset();
});
it('should log a message 1', () => {
Sentry.addBreadCrumb({message: 'messageText'});
Sentry.captureException(new Error('test 1'));
expect(testkit.reports()).toHaveLen
-
Updated
May 17, 2022 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
May 17, 2022 - C#
Improve this page
Add a description, image, and links to the error-reporting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the error-reporting topic, visit your repo's landing page and select "manage topics."
Currently
IntoDiagnosticwraps the Error that it is called on with aDiagnosticError.https://github.com/zkat/miette/blob/e6f5cacfa65cfe26255a5686ceb610b4a211931b/src/eyreish/into_diagnostic.rs#L22-L26
This means that any further inspection using
isordowncast{,_ref,_mut}will fail to reach the inner type and onlyDiagnosticErrorcan be reached. Since it is an implementation detai