-
Notifications
You must be signed in to change notification settings - Fork 4
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
Log resolvedUrl #218
Log resolvedUrl #218
Conversation
/gcbrun |
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
console.log('Domain profile headers output:', JSON.stringify({headers: req.headers})); | ||
console.log( | ||
'Profile page getServerSideProps output:', | ||
JSON.stringify( |
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.
Do we want to log the entire props? Like...
JSON.stringify(
{
props,
headers: {
...req.headers,
},
},
null,
2,
),
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.
the props object contains some circular references that can't be stringified. I defined a few more params to print
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
Log resolvedUrl for test domain on production