Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too aggressive error grouping #1223

Open
philippotto opened this issue Mar 10, 2022 · 0 comments
Open

Too aggressive error grouping #1223

philippotto opened this issue Mar 10, 2022 · 0 comments
Labels

Comments

@philippotto
Copy link

馃悶 bug report

Affected Package

The issue is caused by package @airbrake/browser": "^2.1.7"

Is this a regression?

I'm not sure since the bug appears not that often.

Description

As it can be seen in the screenshot, unrelated errors are aggregated together in the UI. I'm not sure if the bug is really in airbrake-js, but I was advised to open a bug here. I don't see why the two different errors are grouped together.
image

馃敩 Minimal Reproduction

  airbrake.notify({
    error: new Error(JSON.stringify("Reached ad-hoc mesh loading limit"))
  });
  airbrake.notify({
    error: new Error({
      errors: [""],
      status: 400,
      url: "url",
    })
  });


馃敟 Exception or Error

none

馃實 Your Environment


@airbrake/browser": "^2.1.7"

Anything else relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant