fix: remove rollbar from loading in client (#37338)

This commit is contained in:
mrugesh
2019-10-16 17:33:08 +05:30
committed by GitHub
parent 4ad58f56ea
commit a2762fe4c3
2 changed files with 2 additions and 33 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,3 @@
import React from 'react'; const scripts = [];
const scripts = [
<script
async=''
key='https://www.googletagmanager.com/gtag/js?id=AW-795617839'
src='https://www.googletagmanager.com/gtag/js?id=AW-795617839'
/>
];
export default scripts; export default scripts;