sentry-unplugin without release injection #4989
Replies: 1 comment 1 reply
-
Hey @asonnleitner, I took a quick look at unplugin and your implementation and I am amazed. We're always looking to expand support for existing tools, so this is a great initiative. As for answering your questions: Sadly, we don't maintain a comprehensive list of our webpack plugin's features - what you see in our webpack repo is what you get :) We really like the project you started and want to help out in any way we can. Development capacity is a bit hard to come by as we're busy releasing v7 of our JS SDKs. If you need support or more context, we're always happy to jump on a call - feel free to join our discord server or send me an email to get in touch! |
Beta Was this translation helpful? Give feedback.
-
Hi I was working on a sentry unplugin (made by nuxt) which would support webpack, vite, rollup and esbuild. I have the project setup and cli implemented. I also rewrote the webpack plugin into typescript to get a better understanding on how the plugin should operate. I also noticed many community plugins for vite and rollup, which wite used during build. I was wondering if you could either help with the development of this kind of plugin or provide a list of all the features it should do. Here is the repo sentry-unplugin
Beta Was this translation helpful? Give feedback.
All reactions