Skip to content
#

error-reporting

Here are 276 public repositories matching this topic...

Benjamin-L
Benjamin-L commented May 18, 2022

Currently the default color scheme from GraphicalTheme::default will prefer truecolor to ansi colors, if available. Many users have terminals with a specific color scheme configured for the ANSI colors, and CLI tools that synthesize their own color scheme with arbitrary RGB values tend to look very out of place. This is particularly bad with a non-black background, which can result in text with

enhancement help wanted good first issue breaking

🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/

  • Updated Jul 2, 2021
  • PowerShell
rolandoldengarm
rolandoldengarm commented Oct 5, 2020

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

Improve this page

Add a description, image, and links to the error-reporting topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more