Replies: 1 comment 7 replies
-
What mechanism do you use to generate sourcemaps? Are you using a bundler? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the
sentry wizard
for generating the source maps. Here the project exampleUsing workspace
pnpm
andmonorepo
:project
| -- backend
| -- utils
| -- common
Considering the backend depends on the utils and common package. On Sentry I defined on the backend project. How can I get the source maps for the shared libraries? I can generate the source maps, but there is no upload since I don't have a project for utils.
For the backend works ok, but when an exception happens
backend > utils
package, I don't get the.ts
as I expected.Beta Was this translation helpful? Give feedback.
All reactions