Mateusz Groth
Mateusz Groth
He meant that your plugin crushes on comments (// comment). It works with the natively supported by css format tho (/* comment */)
I am also having issues with uploading sourcemaps to sentry. I am using the following packages ```json "@sentry/cli": "2.32.1", "@sentry/webpack-plugin": "2.18.0", "@swc/core": "1.6.1", ``` > [!CAUTION] > ERROR failed to...
The error does not happen on `@swc/[email protected]`
@lforst I decided to start the conversation here since the sourcemaps seem to be generated correctly
The sentry vite plugin seems to work with that swc core version ;/
Vite on top of swc with the plugin works
The question is, why Vite, using the swc bundler (1.6.1 @swc/core) works correctly with the`@sentry/vite-plugin` and the webpack + swc + @sentry/webpack-plugin configuration does not
Let me add that there are no errors when the `@sentry/webpack-plugin` plugin is not used.
@EskiMojo14 I get the idea behind the 'delayed' option as I also experienced issues with the 'immediate'. However, I feel like this is delayed a bit too much if you...
I have some long-running queries in a production environment and can't do much about it. They kind of run in the background and are not blocking user actions with other...