Sentry on Google App Engine (Python 2.7 + webapp2)

Hi!

I’m trying to include Sentry in on of our projects, hosted on Google App Engine (Python 2.7 and webapp2). Reading the documentation I’m a bit confused how the best / recommended way of integration looks like.

From what I see I could use the Python Logging Module integration or the WSGI Middleware. The App Engine TaskQueue API integration seems to be limited to Java.

Any having experience with that environment and insights on the advantages / disadvantages of each integration? Or a completely different recommendation?

Thanks!

1 Like