@bugsnag/delivery-react-native
Advanced tools
Comparing version 7.3.5 to 7.4.0
module.exports = (client, NativeClient) => ({ | ||
sendEvent: (payload, cb = () => {}) => { | ||
const event = payload.events[0] | ||
// let nativeStack | ||
// if (event.originalError) { | ||
// if (event.originalError.nativeStackIOS) { | ||
// nativeStack = event.originalError.nativeStackIOS | ||
// } else if (event.originalError.nativeStackAndroid) { | ||
// nativeStack = event.originalError.nativeStackAndroid | ||
// } | ||
// } | ||
NativeClient.dispatch({ | ||
@@ -17,3 +25,4 @@ errors: event.errors, | ||
groupingHash: event.groupingHash, | ||
apiKey: event.apiKey | ||
apiKey: event.apiKey//, | ||
// nativeStack: nativeStack | ||
}).then(() => cb()).catch(cb) | ||
@@ -20,0 +29,0 @@ }, |
{ | ||
"name": "@bugsnag/delivery-react-native", | ||
"version": "7.3.5", | ||
"version": "7.4.0", | ||
"main": "delivery.js", | ||
@@ -25,3 +25,3 @@ "description": "@bugsnag/js delivery mechanism for React Native", | ||
}, | ||
"gitHead": "ad798ee3c9b9f84e2204991452be4405265e1a4a" | ||
"gitHead": "298d29bb4f5488a759a895f330ec5a15efcd000d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2942
32
0