Make @sentry/aws-serverless
and @sentry/google-cloud-serverless
ESM compat
#11066
Closed
2 tasks done
The serverless SDKs use
require
to monkeypatch GCP and AWS related libraries. This does not work with ESM (and it gets even more complicated with bundling).For now we made those SDKs CJS only, but we should investigate a long term solution to make these packages work with ESM.
Tasks
@sentry/google-cloud-serverless
ESM compat #11776The text was updated successfully, but these errors were encountered: