Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(profiler): handle getters and setters in
@Profile
decorator (#6318
) The profiler has been broken since #5955 where we introduced properties with getters and setters in some classes. The decorator implementation was crashing on getters and setters.
- Loading branch information