@sentry/hub
Advanced tools
Comparing version 4.5.4 to 4.6.0
@@ -44,3 +44,3 @@ import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types'; | ||
* Updates user context information for future events. | ||
* @param user User context object to merge into current context. | ||
* @param user User context object to be set in the current context. | ||
*/ | ||
@@ -47,0 +47,0 @@ setUser(user: User): Scope; |
@@ -103,3 +103,3 @@ "use strict"; | ||
* Updates user context information for future events. | ||
* @param user User context object to merge into current context. | ||
* @param user User context object to be set in the current context. | ||
*/ | ||
@@ -106,0 +106,0 @@ Scope.prototype.setUser = function (user) { |
@@ -44,3 +44,3 @@ import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types/esm'; | ||
* Updates user context information for future events. | ||
* @param user User context object to merge into current context. | ||
* @param user User context object to be set in the current context. | ||
*/ | ||
@@ -47,0 +47,0 @@ setUser(user: User): Scope; |
@@ -67,3 +67,3 @@ import { getGlobalObject } from '@sentry/utils/esm/misc'; | ||
* Updates user context information for future events. | ||
* @param user User context object to merge into current context. | ||
* @param user User context object to be set in the current context. | ||
*/ | ||
@@ -70,0 +70,0 @@ setUser(user) { |
{ | ||
"name": "@sentry/hub", | ||
"version": "4.5.4", | ||
"version": "4.6.0", | ||
"description": "Sentry hub which handles global state managment.", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", |
Sorry, the diff of this file is not supported yet
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
139177