Comment on Building Sentry, a service to process native crash reports and minidumpsparentComments−StavrosK7yCan you make a "lite" module for people who want basic exception handling, perhaps?−the_mitsuhiko7yIn theory it should treeshake down quite well if you use esm modules. Depends obviously on quite a few factors.Additionally there is another version of the JS SKD dubbed "loader" which lazy loads the real SDK on first use: https://docs.sentry.io/platforms/javascript/#lazy-loading-se...−mikedh7yThey have @sentry/minimal as one of the 9 Javascript options : https://github.com/getsentry/sentry-javascript
Comments
Can you make a "lite" module for people who want basic exception handling, perhaps?
In theory it should treeshake down quite well if you use esm modules. Depends obviously on quite a few factors.
Additionally there is another version of the JS SKD dubbed "loader" which lazy loads the real SDK on first use: https://docs.sentry.io/platforms/javascript/#lazy-loading-se...
They have @sentry/minimal as one of the 9 Javascript options : https://github.com/getsentry/sentry-javascript