sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref(dynamic-sampling): remove duplicate rule cleanup method

Open shellmayr opened this issue 1 year ago • 0 comments

The method deactivate_expired_rules on CustomDynamicSamplingRule was only used in a test, and nowhere else in the code; and the method deactivate_old_rules was used in the job to delete old rules, but not in the test.

shellmayr avatar Oct 18 '24 07:10 shellmayr