Comment on Building Sentry, a service to process native crash reports and minidumpsparentComments−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...
Comments
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...