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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(node): save string exception as message of synthetic #2837

Merged
merged 1 commit into from
Aug 26, 2020
Merged

fix(node): save string exception as message of synthetic #2837

merged 1 commit into from
Aug 26, 2020

Conversation

Ugzuzg
Copy link
Contributor

@Ugzuzg Ugzuzg commented Aug 21, 2020

Closes #2830
Throwing a string in node causes the exception to appear as 'Sentry syntheticException'
in Sentry UI. This saves the string as a message of the syntheticException
so that the correct message is reported.

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

Sorry, something went wrong.

Closes #2830
Throwing a string in node causes the exception to appear as 'Sentry syntheticException'
in Sentry UI. This saves the string as a message of the syntheticException
so that the correct message is reported.
@Ugzuzg Ugzuzg requested a review from kamilogorek as a code owner August 21, 2020 18:17
@Ugzuzg Ugzuzg mentioned this pull request Aug 26, 2020
9 tasks
@kamilogorek
Copy link
Contributor

Looks good! Thanks!

@kamilogorek kamilogorek merged commit c79ce54 into getsentry:master Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message of synthetic exception
2 participants