Adding Sentry.io

This commit is contained in:
Jeff Avallone
2018-02-11 10:41:03 -05:00
parent 6bf094a4c1
commit b009d078b6
7 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const PageTemplate = ({ title, children }) => (
<title>Regexper{ title && (' - ' + title) }</title>
</head>
<body>
<body data-build-id={ process.env.BUILD_ID }>
<header id="main" data-banner={ process.env.BANNER }>
<h1>
<a href="/">Regexper</a>