@myinterview/widget-react 1.1.30-development-13b0768 → 1.1.30-development-3133fb6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -48591,7 +48591,10 @@ const Widget = forwardRef(({ candidate, job, video, config, disabled = false, bu
48591
48591
  ")"))), [styleUrls]);
48592
48592
  useEffect(() => {
48593
48593
  SentryHub.configureScope((scope) => {
48594
- scope.setUser(Object.assign({ email: candidate.email }, (isIphone && { iphone: getIPhoneModel() })));
48594
+ scope.setUser({
48595
+ email: candidate.email,
48596
+ });
48597
+ scope.setTags(Object.assign({}, (isIphone && { iphoneModel: getIPhoneModel() })));
48595
48598
  });
48596
48599
  }, [candidate.email]);
48597
48600
  useEffect(() => {