How to have multiple global DSN in sentry sdk in Python?
问题 I would like to have multiple DSNs in the tool I am writing. The tool is something that the users will give their own DSN to to track errors. I also want to track errors in my own DSN as well. This was asked here as well, but the answer given was to have one global DSN, and then manually submit events through another Client. Related and unanswered: How to use multiple DSN in Sentry (javascript/browser) 回答1: Looking through the code, the most expedient and supportable way to do this appears to