@myinterview/widget-react 1.1.30-development-5468e2f → 1.1.30-development-13b0768

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
@@ -48398,6 +48398,11 @@ const Main = ({ widgetConfig, setShouldShowWaterMark, myinterviewRef, isWidgetMi
48398
48398
  alignment: isRtl(job === null || job === void 0 ? void 0 : job.language) ? 'left' : 'right',
48399
48399
  });
48400
48400
  }
48401
+ SentryHub.configureScope((scope) => {
48402
+ scope.setTags({
48403
+ company_id: candidate === null || candidate === void 0 ? void 0 : candidate.company_id,
48404
+ });
48405
+ });
48401
48406
  }, [candidate, job === null || job === void 0 ? void 0 : job.language]);
48402
48407
  const setBackgroundOpacity = () => {
48403
48408
  var _a;