Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App blocks if SENTRY_URL is not given #10

Open
yausername opened this issue Jan 5, 2020 · 1 comment
Open

App blocks if SENTRY_URL is not given #10

yausername opened this issue Jan 5, 2020 · 1 comment

Comments

@yausername
Copy link

Steps to reproduce -

  • turn off network
  • start app (python api.py)
  • curl http://localhost:3000/data.json
  • app is now blocked, cannot serve any clients even if network is turned on.

This seems like a raven issue

@TheAssassin
Copy link
Member

I've been using this software without sentry successfully.

Try removing the two lines in

web-api/api.py

Lines 277 to 278 in 01db112

else:
app.sentry_client = AsyncSentryClient()
, but actually it shouldn't be needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants