-
Updated
Oct 16, 2020 - Java
error-reporting
Here are 211 public repositories matching this topic...
-
Updated
Oct 13, 2020 - PHP
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Rust
-
Updated
Sep 12, 2020 - PHP
-
Updated
Oct 15, 2020 - Ruby
-
Updated
Oct 4, 2020 - Go
-
Updated
Sep 12, 2018 - PHP
-
Updated
Oct 16, 2020 - Objective-C
-
Updated
Oct 16, 2020 - Go
It would very useful to add a field to see when an error happened for the first time, specially useful when you have an outage.
-
Updated
Oct 1, 2020 - C#
-
Updated
May 15, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Python
as suggested by @dcramer in https://github.com/getsentry/sentry/pull/16116/files#diff-aa34cb9acf9a36938078d3c80d01a25a
it might be a good pattern to mock sentry TOGETHER with the testkit
jest.mock('@sentry/browser', () => {
...Sentry,
testkit,
init: options =>
SentryBrowser.init({ ...options, transport: sentryTransport })
})
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Jan 10, 2019 - PHP
-
Updated
Oct 5, 2020 - C#
-
Updated
Sep 1, 2020 - C#
-
Updated
Dec 3, 2018 - JavaScript
-
Updated
Sep 1, 2020 - Java
-
Updated
Oct 12, 2020 - TypeScript
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