flownative / flow-sentry

Integration of Sentry for Neos Flow
MIT License
5 stars 5 forks source link

Transaction Sample Rate #24

Closed dmitrijkiltau closed 11 months ago

dmitrijkiltau commented 11 months ago

How to set the traces_sample_rate? There is only a 'sample_rate' => 1, in SentryClient.php:110, but I would like to change the traces_sample_rate in my NEOS configuration, to lower it.

Edit: Sorry, I misunderstood the setting, as it is not needed.