apis-is / apis

Making data readily available to anyone interested

Home Page:https://apis.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raven@2.4.2 alert: no DSN provided, error reporting disabled

sse87 opened this issue · comments

I can see it's when SENTRY_URL is undefined or a valid sentry dsn string. It's not a bug just noise when running dev and test.
I thought it was in used by CircleCI but I can see it's also displayed there:
image

Is it just outdated code so it's OK to remove it or at least hide it by not run raven install when it's undefined?

We use this in production only, so checking if it is set is probably a good idea!