Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Uncaught CPP Exceptions are missing message

Open
#3,931 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp, react-native

Research direction

Start by reproducing the uncaught std::invalid_argument case in a *.mm file and compare the captured event with the related react-native-reanimated PR 6163. Review the blocking sentry-cocoa issues 3822, 3707, and 4226 before choosing an implementation path. Done means the event includes both the C++ exception message and stack trace on the reported platforms.

Written by the indexing model from the issue text.

Description

Blocked Errors Improvement React-Native
Description

When throw std::invalid_argument( "received negative value" ); in *.mm I would expect to see the stack trace and the message of the std::invalid_argument( "received negative value" ) but I'm seeing only the the type std::invalid_argument.

Event
Note: There seems to be a main thread missing. Maybe related.

Screenshot 2024-07-03 at 13 01 37

Related

iOS

Screenshot 2024-07-03 at 13 03 10

Android

Screenshot 2024-07-03 at 13 02 49

Blocked by
Dominant language
TypeScript
Stars
1.8k
Forks
367
Avg merge
1d 4h
Merged PRs (30d)
102

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getsentry/sentry-react-native

All issues in getsentry/sentry-react-native

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.