Skip to content

Commit

Permalink
Remove extra-error-data-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Jul 8, 2020
1 parent 44bb741 commit 671f637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/index.tmpl
Expand Up @@ -13,7 +13,6 @@
integrity="sha384-lowBFC6YTkvMIWPORr7+TERnCkZdo5ab00oH5NkFLeQUAmBTLGwJpFjF6djuxJ/5"
crossorigin="anonymous"></script>
<script src="https://browser.sentry-cdn.com/5.18.0/captureconsole.min.js" crossorigin="anonymous"></script>
<script src="https://browser.sentry-cdn.com/5.18.0/extraerrordata.min.js" crossorigin="anonymous"></script>

<script type="text/javascript">
if (<%= htmlWebpackPlugin.options.environment %> !== "development") {
Expand All @@ -23,7 +22,6 @@
"release": <%= htmlWebpackPlugin.options.sentryRelease %>,
"integrations": [
new Sentry.Integrations.CaptureConsole({"levels": ["warn", "error", "assert"]}),
new Sentry.Integrations.ExtraErrorData({}),
],
});
}
Expand Down

0 comments on commit 671f637

Please sign in to comment.