-
-
Notifications
You must be signed in to change notification settings - Fork 452
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup the PHP version #604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
The same thing should be done for the |
Yes, however this does remove the If someone knows an easy way around it I am all ears but otherwise for the sake of simplicity I think we should go for this (you can always override this in your own rumtime context if you really wanted). Because those Ubuntu extra's are terrible. |
It should not remove |
Yes. But. As you can see in the screenshot that also includes other possible jibberish, I would like to keep that as clean as possible. |
Maybe I misunderstood, but I thought the string |
Yeah I also, I thought the "extra" version was always behind a "-" however for RC's that's not the case ( PHP-CS-Fixer/PHP-CS-Fixer#2942 (comment) This is a bit of a deep hole by the looks of it. We could take that snippet ^ and modify it for the nice version. |
Are you sure that |
500b429
to
3864c53
Compare
@Jean85 I added some processing from the snippet in PHP-CS-Fixer/PHP-CS-Fixer#2942 (comment) so we have the beta/rc version appended to the version. Still okay with it now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, that seems perfect! 👍
We need to port this to 2.0 though!
As discussed with the SDK team (Slack) we might want to not include the extra part of the PHP version to cleanup the Sentry interface.
(working on the unknown browser)