@sentry/minimal
Advanced tools
Comparing version 4.0.0-rc.0 to 4.0.0-rc.1
@@ -55,3 +55,6 @@ "use strict"; | ||
} | ||
return callOnHub('captureException', exception, { syntheticException: syntheticException }); | ||
return callOnHub('captureException', exception, { | ||
originalException: exception, | ||
syntheticException: syntheticException, | ||
}); | ||
} | ||
@@ -74,3 +77,6 @@ exports.captureException = captureException; | ||
} | ||
return callOnHub('captureMessage', message, level, { syntheticException: syntheticException }); | ||
return callOnHub('captureMessage', message, level, { | ||
originalException: message, | ||
syntheticException: syntheticException, | ||
}); | ||
} | ||
@@ -77,0 +83,0 @@ exports.captureMessage = captureMessage; |
{ | ||
"name": "@sentry/minimal", | ||
"version": "4.0.0-rc.0", | ||
"version": "4.0.0-rc.1", | ||
"description": "Sentry minimal library that can be used in other packages", | ||
@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"dependencies": { | ||
"@sentry/hub": "4.0.0-rc.0", | ||
"@sentry/types": "4.0.0-rc.0" | ||
"@sentry/hub": "4.0.0-rc.1", | ||
"@sentry/types": "4.0.0-rc.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -17,3 +17,3 @@ <p align="center"> | ||
is using Sentry in their application and your library uses `@sentry/minimal`, the user receives all | ||
breadcrumbs/messages/events you added to your librarys codebase. | ||
breadcrumbs/messages/events you added to your libraries codebase. | ||
@@ -20,0 +20,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
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
15724
176
+ Added@sentry/hub@4.0.0-rc.1(transitive)
+ Added@sentry/types@4.0.0-rc.1(transitive)
+ Added@sentry/utils@4.0.0-rc.1(transitive)
- Removed@sentry/hub@4.0.0-rc.0(transitive)
- Removed@sentry/types@4.0.0-rc.0(transitive)
- Removed@sentry/utils@4.0.0-rc.0(transitive)
Updated@sentry/hub@4.0.0-rc.1
Updated@sentry/types@4.0.0-rc.1