feat(stats-detectors): Add stricter requirements for breakpoint detection (#58627)
- add % threshold of 50%
- add ms threshold of 200ms
- add last 12 hour check to avoid creating issues out of spikes
Fixes https://github.com/getsentry/sentry/issues/58597,
https://github.com/getsentry/sentry/issues/56028