-
Notifications
You must be signed in to change notification settings - Fork 225
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
ESM support, stage 2 #3445
Comments
All the hard work was done in import-in-the-middle#28. Refs: #3445
Good morning, is there an ETA for this? |
@trentm id happily instrument lambda manually if it meant I could move to ESM. Even a function like this https://github.com/newrelic/newrelic-lambda-layers?tab=readme-ov-file#manual-instrumentation-for-es-modules would be very helpful until a more auto shim could be found Honestly manual shims should be a thing in APM and would give us more better control as a developer and allow you guys to be less constrained to the major downsides of auto shimming. Especially in the context of bundling, etc. |
#1952 will add initial experimental ESM support. This issue lists a number of follow tasks for ESM support:
getFilePath
in "lib/lambda.js")The text was updated successfully, but these errors were encountered: