Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/astro
SDK Version
v7.91.0
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
11:02:23 [ERROR] [vite] Named export 'HttpsProxyAgent' not found. The requested module 'https-proxy-agent' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'https-proxy-agent';
const {HttpsProxyAgent} = pkg;
Stack trace:
Expected Result
N/A
Actual Result
N/A