Skip to content

Commit

Permalink
fix: uncomment bugsnag script
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Apr 14, 2021
1 parent 40a6f66 commit e3e1fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
www.googletagmanager.com
www.gravatar.com
blob:
"><meta name="description" content="Graph / visualize of npm dependencies"><meta name="keywords" content="visualize, visualization, graph, npm, npm modules, npm graph, npm licenses"><link rel="icon" type="image/png" href="/favicon.d8e6c380.png"><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed|Material+Icons" rel="stylesheet"><link href="/index.c28881e8.css" rel="stylesheet"><title>NPMGraph - Visualize NPM Module Dependencies</title></head><body> <div id="app" class="theme-lite"></div> </body></html><script src="https://www.googletagmanager.com/gtag/js?id=UA-6434483-2"></script><script>!function(){function a(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],window.GA_TRACKING_ID="UA-6434483-2",a("js",new Date),a("config",window.GA_TRACKING_ID)}();</script><script type="module" src="/index.18b806c8.js"></script><script>window.addEventListener("DOMContentLoaded",(function(){if(window.indexLoaded)return;const e=document.body;e.className="fail",e.innerHTML='<div style="\n position: absolute;\n background-color: var(--bg0);\n left: 0;\n top: 0;\n bottom: 0;\n right: 35%;\n border-radius: 2rem 2rem;\n color: var(--text);\n padding: 1em;\n margin: 1em;">\n <h1>Well this is awkward...</h1>\n <p>Something\'s not working right. Please check the following:</p>\n\n <ul>\n <li>Make sure your browser is up-to-date (Chrome, Firefox, Safari, or Edge should work.)</li>\n <li style="margin-top: 1em">Make sure your ad-blocker is disabled for this site. <span style="color: #00000088; font-style: italic">(We don\'t serve ads, but ad blockers may interfere with our bug reporting and analytics scripts.)</span></li>\n </ul>\n\n <p>If the problem persists, don\'t sweat it. It\'s been reported and we should have it fixed soon. It it lasts more than a few days, go ahead and <a href="https://www.github.com/npmgraph/npmgraph">create an issue</a>).</p>\n\n \x3c!-- text bubble arrow --\x3e\n <div style="position: absolute;\n width: 0;\n height: 0;\n border-left: 1.5rem solid var(--bg0);\n border-top: 1rem solid transparent;\n border-bottom: 1rem solid transparent;\n bottom: 50%;\n right: -1.5rem;"></div>\n '}));</script>
"><meta name="description" content="Graph / visualize of npm dependencies"><meta name="keywords" content="visualize, visualization, graph, npm, npm modules, npm graph, npm licenses"><link rel="icon" type="image/png" href="/favicon.d8e6c380.png"><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed|Material+Icons" rel="stylesheet"><link href="/index.c28881e8.css" rel="stylesheet"><title>NPMGraph - Visualize NPM Module Dependencies</title></head><body> <div id="app" class="theme-lite"></div> </body></html><script src="https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js"></script><script src="https://www.googletagmanager.com/gtag/js?id=UA-6434483-2"></script><script>!function(){function a(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],window.GA_TRACKING_ID="UA-6434483-2",a("js",new Date),a("config",window.GA_TRACKING_ID)}();</script><script type="module" src="/index.18b806c8.js"></script><script>window.addEventListener("DOMContentLoaded",(function(){if(window.indexLoaded)return;const e=document.body;e.className="fail",e.innerHTML='<div style="\n position: absolute;\n background-color: var(--bg0);\n left: 0;\n top: 0;\n bottom: 0;\n right: 35%;\n border-radius: 2rem 2rem;\n color: var(--text);\n padding: 1em;\n margin: 1em;">\n <h1>Well this is awkward...</h1>\n <p>Something\'s not working right. Please check the following:</p>\n\n <ul>\n <li>Make sure your browser is up-to-date (Chrome, Firefox, Safari, or Edge should work.)</li>\n <li style="margin-top: 1em">Make sure your ad-blocker is disabled for this site. <span style="color: #00000088; font-style: italic">(We don\'t serve ads, but ad blockers may interfere with our bug reporting and analytics scripts.)</span></li>\n </ul>\n\n <p>If the problem persists, don\'t sweat it. It\'s been reported and we should have it fixed soon. It it lasts more than a few days, go ahead and <a href="https://www.github.com/npmgraph/npmgraph">create an issue</a>).</p>\n\n \x3c!-- text bubble arrow --\x3e\n <div style="position: absolute;\n width: 0;\n height: 0;\n border-left: 1.5rem solid var(--bg0);\n border-top: 1rem solid transparent;\n border-bottom: 1rem solid transparent;\n bottom: 50%;\n right: -1.5rem;"></div>\n '}));</script>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</body>
</html>

<!-- <script src="https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js"></script> -->
<script src="https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js?id=UA-6434483-2"></script>
Expand Down

0 comments on commit e3e1fb5

Please sign in to comment.