Niklas Grieger
Niklas Grieger
Any updates here ?
> Also, I [wrote an article](https://www.lichter.io/articles/nuxt3-sentry-recipe/?ref=github-sentry-support-issue) about why building the module takes longer than running your own implementation + included a very simple recipe if you need Sentry *right now*...
Thats a very good request. I didnt found a way to do it with this plugin. So I switched to the under the hood vue plugin vue-gtm. `import { type...
Nice! And what is gtm in ? `gtm.enable(true);` config.public.gtm.enable(true) ?
Hey, i had the same request. There are two options. I did the second for my case so not 100% sure the first will work but should. 1. This package...
Thanks for the Feedback. I will have a look on that. But it's working I am using it in production myself to get the translations from google spreadsheet
I do not understand the pull request flow here. There is a always a button to merge this branch with main (cause differences i think) but after that the "2...
:use-global-leaflet="false" on the LMap component helped! Thanks.
I am using the Nuxt Scripts integration now. Thanks for the hint. Sad that this project is not maintained any more but still listed in the nuxt modules
> This worked as a fix for my application. `pnpm approve-builds` and then select `better-sqlite3` from the list. > > > I believe you are using pnpm@10. In pnpm@10, there...