getsentry / profiling-node

The code for this repo now lives in https://github.com/getsentry/sentry-javascript/tree/develop/packages/profiling-node
MIT License
28 stars 10 forks source link

ref(deps) move all deps to dev deps #218

Closed JonasBa closed 7 months ago

JonasBa commented 7 months ago

Our output is bundled by default in an effort to reduce startup perf, meaning our dependencies are not actually required and can be moved to devdeps

JonasBa commented 7 months ago

@lforst we use getMainCarrier from @sentry/core and a few utils exposed by the package.

I'll add the @sentry/node peer dep to the first version that supported lifecycle hooks

JonasBa commented 7 months ago

Added peer dependency to @sentry/node 7.44.1 which was the first version that supported hooks.