GithubHelp home page GithubHelp logo

Comments (4)

fitzoh avatar fitzoh commented on May 5, 2024 1

Disregard, I'm dumb.

So I think honeycomb was killing sentry reporting, but it was because I missed the gevent monkeypatch warnings and was itself blowing up due to RecursionErrors.

Fixing the monkeypatching issue seems to get everything working.

from beeline-python.

danyelf avatar danyelf commented on May 5, 2024 1

Thanks for the followup! Glad you caught it.

from beeline-python.

tredman avatar tredman commented on May 5, 2024

Hey, thanks for the report. I am looking into this. I am not aware of any obvious places these libraries would conflict so I will need to spend some time reproducing the problem. We're sentry customers as well so I should be able to test this out.

When you say you removed Honeycomb and Sentry worked again, did you just remove the call to beeline.init or did you remove the middleware setting (below) in your django settings.py? Or both?

MIDDLEWARE = [
    ...
    'beeline.middleware.django.HoneyMiddleware',
    ...
]

from beeline-python.

tredman avatar tredman commented on May 5, 2024

I tried to reproduce this locally with the beeline, sentry SDK, django, and gunicorn versions above. I was able to see instrumentation in Honeycomb, and when I generated an ISE with an unhandled exception (raise Exception("foo") at an arbitrary point in the code, the error event made it to Sentry. When you refer to automatic error reporting, is there a specific type of error that isn't getting through? Could be that I am just testing the wrong thing.

from beeline-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.