Closed
Description
👋 hi there, I'm using Sentry for fatal error reporting on a CLI tool and a lambda server and I'm looking into moving from raven
to @sentry/node
. However I noticed that the package size has increased from 170kB to 1.7MB.
I'm trying to keep the CLI size down without so the parsing time is low when started, same for the server.
Inspecting locally the biggest offenders are:
Seems like the double dist
and esm
output does not work in the size favor, thoughts?
Metadata
Metadata
Assignees
Labels
No labels