-
Updated
Oct 1, 2020 - Java
error-reporting
Here are 209 public repositories matching this topic...
-
Updated
Sep 22, 2020 - PHP
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 28, 2020 - PHP
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Rust
-
Updated
Sep 12, 2020 - PHP
-
Updated
Sep 8, 2020 - Ruby
-
Updated
Sep 12, 2018 - PHP
-
Updated
Oct 1, 2020 - Go
-
Updated
Oct 1, 2020 - Objective-C
-
Updated
Oct 1, 2020 - Go
It is currently not possible to only show errors in the sidebar with a specific severity (Error, Warning, Info). They are shown with a different color tag. It would be useful to add a severity filter selector next to the sorting selector.
-
Updated
Sep 30, 2020 - C#
-
Updated
May 15, 2020 - JavaScript
-
Updated
Oct 1, 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 1, 2020 - TypeScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Jan 10, 2019 - PHP
-
Updated
Oct 1, 2020 - C#
-
Updated
Sep 1, 2020 - C#
-
Updated
Dec 3, 2018 - JavaScript
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 5, 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