You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 3.4 branch (closes#24158).
Discussion
----------
deprecated profiler.matcher configuration
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | yes
| Tests pass? | yes
| Fixed tickets | closes#24077, would also close#21944, #22484
| License | MIT
| Doc PR | not yet
The profiler matcher configuration was added at a time where we thought that having the profiler in production could make sense (and so being able to enable it conditionally made sense). That's not the case anymore. Nobody should ever enable it in production.
With that in mind, I propose to deprecate this setting in 3.4 and remove it in 4.0.
Commits
-------
6eff3e5 deprecated profiler.matcher configuration
2c62ba8 fixed CS
0 commit comments