Fix logo resolution
This commit is contained in:
parent
76d2c9378a
commit
1a9f510472
18 changed files with 19 additions and 19 deletions
2
app.js
2
app.js
|
@ -22,7 +22,7 @@ app.keys = [process.env.COOKIE_KEY];
|
|||
if (process.env.SENTRY_DSN) {
|
||||
Sentry.init({
|
||||
dsn: process.env.SENTRY_DSN,
|
||||
release: `hostr@${process.env.GIT_REV}`,
|
||||
release: process.env.GIT_REV,
|
||||
});
|
||||
app.on('error', (err) => {
|
||||
if (err.statusCode === 404) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue