Vincent Lechemin
Vincent Lechemin
https://docs.sentry.io/product/cli/releases/#sentry-cli-sourcemaps
The use case is to be able to see/edit the code within the lambda interface.
Empty source map doesn't pass babel validator: https://github.com/babel/babel/blob/672a58660f0b15691c44582f1f3fdcdac0fa0d2f/packages/babel-core/src/config/validation/option-assertions.ts#L174 Due to empty string instead of undefined: https://github.com/vuejs/vue-jest/blob/master/packages/vue3-jest/lib/transformers/typescript.js#L25 Should be: `res.sourceMapText !== undefined ? JSON.parse(res.sourceMapText) : undefined`
For now there isnt a way to set a configuration file for a package inside a monorepo. https://github.com/zxch3n/vitest-explorer/issues/6#issuecomment-1090037324 Thanks!
It would be nice to be able to set a field value directly https://docs.github.com/en/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields