Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Profiler] Fix profiler nullable string type#36162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Kocal commentedMar 21, 2020
Or maybe we can call |
nicolas-grekas commentedMar 23, 2020
Setting the IP or URL to null doesn't look useful from the pov of the API, does it? How did you spot this? |
mRoca commentedMar 23, 2020
I've spotted it by calling the fpm agent with This line command won't work because of this type bug, as |
fabpot commentedApr 21, 2020
Thank you@mRoca. |
Uh oh!
There was an error while loading.Please reload this page.
This PR fixes nullable string types in setter for the Profile class.
The detected issue comes fromthe Profiler class :
The corresponding return types for the Profile getters are allready good: