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/aws-serverless
SDK Version
8.0.0-rc.2
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- npm install @sentry/[email protected]
- Inspect installed
package.json
to confirm moduleexports
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
}
},
- Look for the
./esm
folder in the root of the module
Expected Result
The ./esm
folder to exist in the root of the module
Actual Result
What am I missing? I feel like I am doing something wrong...
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status