Skip to content
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

Add "EXTERNAL_DEBUG_URL" environment variable #42

Closed
AndrewDryga opened this issue Mar 30, 2017 · 1 comment
Closed

Add "EXTERNAL_DEBUG_URL" environment variable #42

AndrewDryga opened this issue Mar 30, 2017 · 1 comment

Comments

@AndrewDryga
Copy link
Member

AndrewDryga commented Mar 30, 2017

It should contain pattern that will be applied as link (if present) on details tab. Value should have a placeholder that will be replaced by request_id.

screen

Link should say "Find in external debugger".

@alexeybondarenko
Copy link
Collaborator

As I've understood @AndrewDryga we need to add a new link Open in Debugger next to Copy CURL. A debugger is an external system. A link on debugger could be is specifying in EXTERNAL_DEBUG_URL. eg. https://example.com/{request_id}/logs. UI need to replace {request_id} with request_id of request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants