ref(flags): Remove organizations:dynamic-sampling-minimum-sample-rate#115681
ref(flags): Remove organizations:dynamic-sampling-minimum-sample-rate#115681wedamija wants to merge 1 commit into
Conversation
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.53% |
34eadf0 to
fb75a68
Compare
fb75a68 to
da89d9f
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit da89d9f. Configure here.
| import type {DynamicSamplingBiasType} from 'sentry/types/sampling'; | ||
| import {trackAnalytics} from 'sentry/utils/analytics'; | ||
| import {getApiUrl} from 'sentry/utils/api/getApiUrl'; | ||
| import {hasDynamicSamplingCustomFeature} from 'sentry/utils/dynamicSampling/features'; |
There was a problem hiding this comment.
Leftover minimumSampleRate label after feature removal
Low Severity
The retentionPrioritiesLabels object still contains the minimumSampleRate entry on line 48, but all code paths that used this label in form fields have been removed in this PR. This label is now unreachable dead code since the feature was never rolled out and no audit log entries referencing it exist.
Reviewed by Cursor Bugbot for commit da89d9f. Configure here.
Backend Test FailuresFailures on
|
Registered Jun 2025, dev-only, never rolled out to customers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
da89d9f to
3915b1f
Compare


Dev-only flag registered Jun 2025, never rolled out to customers. Remove the flag registration and the unreleased gated code paths.