Add onunhandledrejection
error machanism type to rejected promises
#4093
Labels
onunhandledrejection
error machanism type to rejected promises
#4093
Description
Currently we override whatever mechanism comes from the JS sdk, see here:
sentry-react-native/src/js/integrations/reactnativeerrorhandlers.ts
Lines 146 to 160 in c2a4e9b
Perhaps we should preserve the original mechanism type at least, because it might be useful when filtering issues in issue stream/discover. One such case was reported with regards to
onunhandledrejection
type for unhandled promise rejections.The text was updated successfully, but these errors were encountered: