Closed
Description
I couldn't find any way in the code to send a custom fingerprint when reporting an error that occurs in the JS.
We've integrated some native libraries that send various errors from native to JS, and these errors are handled when possible, exclusively in the JS layer. These errors will always have the same stack trace in the JS since they originate from the native bridge for the same operation. However, the actual errors that occur can be entirely different from each other.
We shouldn't group them together.
How can we address this?