@capillarytech/creatives-library 8.0.174 → 8.0.175

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/app.js CHANGED
@@ -26,6 +26,10 @@ import './styles/main.scss';
26
26
  import pathConfig from './config/path';
27
27
  import ignoredErrorMessages from './utils/ignoredErrorMessages';
28
28
  import App from './containers/App';
29
+ import { setupNewrelicWebVitals } from './utils/commonUtils';
30
+
31
+ // Setup New Relic WebVitals tracking
32
+ setupNewrelicWebVitals();
29
33
 
30
34
  // const browserHistory = useRouterHistory(createHistory)({
31
35
  // basename: pathConfig.publicPath,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.174",
4
+ "version": "8.0.175",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -18,6 +18,7 @@
18
18
  "@bugsnag/plugin-react": "7.2.1",
19
19
  "@capillarytech/cap-ui-utils": "3.0.4",
20
20
  "@capillarytech/vulcan-react-sdk": "^2.3.5",
21
+ "@newrelic/browser-agent": "^1.293.0",
21
22
  "@mailupinc/bee-plugin": "^1.2.0",
22
23
  "babel-cli": "^6.26.0",
23
24
  "chalk": "^2.4.2",
@@ -32,9 +32,10 @@ import {
32
32
  RCS,
33
33
  ZALO,
34
34
  INAPP,
35
+ VIBER,
36
+ FACEBOOK,
35
37
  MOBILE_PUSH
36
38
  } from '../../v2Containers/CreativesContainer/constants';
37
- import { VIBER, FACEBOOK } from '../../v2Containers/App/constants';
38
39
  import Carousel from '../Carousel';
39
40
  import whatsappMobileAndroid from './assets/images/whatsapp_mobile_android.svg';
40
41
  import inAppMobileAndroidModal from './assets/images/inapp_mobile_android_modal.svg';