-
Updated
Jun 21, 2021 - C#
error-reporting
Here are 231 public repositories matching this topic...
-
Updated
Jun 25, 2021 - Kotlin
-
Updated
Apr 29, 2021 - PHP
-
Updated
Jun 25, 2021 - TypeScript
-
Updated
Jun 4, 2021 - Rust
-
Updated
Apr 23, 2021 - PHP
-
Updated
Jun 26, 2021 - TypeScript
-
Updated
May 10, 2021 - C#
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Dec 11, 2020 - PHP
-
Updated
Oct 4, 2020 - Go
-
Updated
Jun 23, 2021 - Ruby
-
Updated
Jun 25, 2021 - Objective-C
-
Updated
Sep 12, 2018 - PHP
-
Updated
Apr 29, 2021 - Go
-
Updated
Jun 18, 2021 - JavaScript
-
Updated
Jun 23, 2021 - TypeScript
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
Apr 21, 2021 - C#
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 25, 2021 - TypeScript
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
Anyone working on this?
-
Updated
Jun 25, 2021 - C#
-
Updated
Mar 29, 2021 - JavaScript
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."


This case should just be passed directly to the parent handler