Replies: 1 comment 10 replies
-
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just purchased a lifetime license and I'm sure I'll find a lot of use and value for this so I'm excited to use it. One of the main pain points I am hoping to solve however is being able to send debug information from a Vue PWA running in a phone. Because it can be such a pain getting access to a debug console when debugging something working on a phone.
I was kind of hoping the way that Ray worked from production environments was that it would proxy the debug call to a server which would then sync it with the local Mac app. But that doesn't seem to be how it works.
#1 Is my use-case fulfillable then?
#2 And do you have any plans to make it easier to receive debug information from production environments. I see right now, for example, to get debug info from production laravel environments you have to SSH into the server. But there would be an alternative way right? If all the debug calls were forwarded to a proxy service which the mac app could be connected to.. this would then work without having to SSH into a server.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions