aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-21 01:44:13 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-21 14:56:53 +0200
commite5f59d39268b552c6b8416d5f0d8294ec19e26f3 (patch)
tree4e3b447077daf9cddf209c392348f5b81009c2ce /.gitignore
parent648c9a70684bba41ec9ba4890cafdc6950a407dd (diff)
downloadwcms-e5f59d39268b552c6b8416d5f0d8294ec19e26f3.tar.gz
wcms-e5f59d39268b552c6b8416d5f0d8294ec19e26f3.zip
feat: add Logger class to log catched errors
Previously, if Sentry was not enabled, the Exceptions weren't logged anywhere. I expect you to use this class in the future @vincent-peugnet !
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e8830c1..98ddd57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
.vscode/*
.env
+*.log
*.bundle.js
*.bundle.js.map
assets/render/*