Multiple projects in the same runtime #2155
Unanswered
another-munshine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Absolute Sentry beginner here, and junior developer, so sorry in advance if my questions are dumb.
My use case is that I'm making two python packages, foo and bar, one (bar) using the other (foo). My issue is that I want to split Sentry catching by package as well as keeping the inspection broad (= not per function).
So let's assume this simple example:
I have found the following related topics #610 #1521 #198 and #1000 but I'm a bit confused with what is obsolete and what is actually practical.
Having a decorator per function/method is not suitable because:
Filtering per logger was the closest acceptable solution for me, but I reckon it does not work anymore? Or is it just not recommended? (And if so,m why)
So, I'm gathering that there is no solution yet covering my need? Am I simply misundertanding Sentry's philosophy and asking it something it does not claim to provide? :)
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions