alixaxel / chrome-aws-lambda

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

How can we implement x-ray? #297

Open geynen opened 1 year ago

geynen commented 1 year 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?