Skip to content

Is there any way to pass in some sort of context (for example, a logger) to the hooks? #1544

Answered by szmarczak
coleabbeduto-NM asked this question in Q&A
Discussion options

You must be logged in to vote

You can use got.extend. Pass {context: {logger}} as the options and attach some hooks e.g. beforeRequest, beforeRetry and beforeError. Then use the options argument or an error object to extract the data you want to log.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sindresorhus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1544 on December 10, 2020 17:16.