Jairo Vásquez

Results 3 comments of Jairo Vásquez

@moodh This is my temporal fix in case it's helpful for you: ```python import os import rollbar import rollbar.contrib.flask from flask import request, got_request_exception @app.before_first_request def init_rollbar(): """Initialize Rollbar """...

I'm having the same issue. Any answer?

@puruzio @kevinchau This library doesn't work in GAE and they still have no plans to do it. The best you can do is to create/reuse a simple wrapper around the...