alixaxel / chrome-aws-lambda

Chromium Binary for AWS Lambda and Google Cloud Functions
MIT License
3.17k stars 289 forks source link

How can we implement x-ray? #297

Open geynen opened 11 months ago

geynen commented 11 months ago

You need to capture the X-Ray traceability of the pages accessed by chromium.puppeteer, mainly from the following methods:

Any idea how we can implement it?