I have a custom npm package that installs on my root project. my root package has configured sentry and throws project and my npm package logs successfully.
but I want to separate my npm package logs from the root project and filter them in the sentry dashboard for better management.
how can I do that?