@sentry/integrations
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -378,3 +378,3 @@ (function (__window) { | ||
* @param replacementFactory A higher-order function that takes the original version of the given method and returns a | ||
* wrapped verstion. Note: The function returned by `replacementFactory` needs to be a non-arrow function, in order to | ||
* wrapped version. Note: The function returned by `replacementFactory` needs to be a non-arrow function, in order to | ||
* preserve the correct value of `this`, and the original method must be called using `origMethod.call(this, <other | ||
@@ -381,0 +381,0 @@ * args>)` or `origMethod.apply(this, [<other args>])` (rather than being called directly), again to preserve `this`. |
{ | ||
"name": "@sentry/integrations", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Pluggable integrations that can be used to enhance JS SDKs", | ||
@@ -19,4 +19,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/types": "6.4.0", | ||
"@sentry/utils": "6.4.0", | ||
"@sentry/types": "6.4.1", | ||
"@sentry/utils": "6.4.1", | ||
"localforage": "^1.8.1", | ||
@@ -26,3 +26,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "6.4.0", | ||
"@sentry-internal/eslint-config-sdk": "6.4.1", | ||
"chai": "^4.1.2", | ||
@@ -29,0 +29,0 @@ "eslint": "7.6.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2562582
+ Added@sentry/types@6.4.1(transitive)
+ Added@sentry/utils@6.4.1(transitive)
- Removed@sentry/types@6.4.0(transitive)
- Removed@sentry/utils@6.4.0(transitive)
Updated@sentry/types@6.4.1
Updated@sentry/utils@6.4.1