How to ignore transactions/performance

Sorry about my English

How do I ignore some transactions in my application so that my cost does not reach millions. Is there a way to also customize the% I want to capture for a given transaction?

It would be interesting because it would still make it possible to monitor some function with thousands of transactions but only with a sample of 0.5% for example.

I think you can set this from inside your SDK?

We are also building some features that may help with this but there are no clear timelines for their availability //cc @jauer

Yes it could, but the question is how to do it?

For python client you can use traces_sample_rate=1.0 (1.0 - 100%, 0.1 - 10%). You can find information about configuration options in documentation of your Sentry SKD Client.

Please refer to https://docs.sentry.io/platforms/python/configuration/sampling/

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.