The UI polls some endpoints regularly (e.g. session alerts). This can create a high volume of traces if the current page has been sampled (sampling happens on pageload and on navigation).
=> Can we reduce sample rates for requests set-up by RTK-Query polling (https://redux-toolkit.js.org/rtk-query/usage/polling).