@capillarytech/creatives-library 8.0.172 → 8.0.173
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 +4 -0
- package/package.json +2 -1
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.
|
|
4
|
+
"version": "8.0.173",
|
|
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",
|