From e5f59d39268b552c6b8416d5f0d8294ec19e26f3 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 21 Apr 2020 01:44:13 +0200 Subject: 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 ! --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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/* -- cgit v1.2.3