Simon Gurcke

Results 65 comments of Simon Gurcke

> Great content, thanks for taking the time to put this together, however I don't see a lot of it being DRF specific: it's 90% applicable to any Django projects...

@jefftriplett Thanks for taking a look at this. The Apitally SDK (linked in the PR) is open-source and the backend service of Apitally is not.

Thanks! 🦘 Apitally is designed to avoid collecting sensitive data by default. The SDK aggregates data client-side and only sends metrics (like request counts and binned response times) to Apitally...

Yes, there are various default masking rules in place, and users can configure additional custom masking and exclusion logic. Some relevant links to the docs: https://docs.apitally.io/frameworks/flask#configure-request-logging (See advanced example) https://docs.apitally.io/reference/python...