Skip to content
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

Make @sentry/aws-serverless and @sentry/google-cloud-serverless ESM compat #11066

Closed
2 tasks done
Tracked by #10046 ...
AbhiPrasad opened this issue Mar 12, 2024 · 0 comments
Closed
2 tasks done
Tracked by #10046 ...

Comments

@AbhiPrasad
Copy link
Member

AbhiPrasad commented Mar 12, 2024

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

  1. AbhiPrasad
  2. Platform: Google Cloud Functions Type: Improvement
    AbhiPrasad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant