Alex
Alex
@Visnetje you are right, but looking at: https://github.com/stayallive/wp-sentry/blob/b687648880c30b905d87c718c5e0c63e6bee8c89/src/class-wp-sentry-js-tracker.php#L80-L82 it should also be possible to implement a similar filter for the JS part.
There is an update for Nuxt3 (now rc13) and Quasar 2 here: https://github.com/piscis/nuxt-quasar-boilerplate By using JSDOM as server plugin and mocking browser dependencies it is now possible to run a...
Hello everybody, I did some more work on this topic and now it seems, that fully SSR support with quasar is possible. To get SSR to work I used the...
Also please note what gets promoted here https://github.com/quasarframework/quasar/issues/11165#issuecomment-1407905736 a old implementation with JSDOM. This is problematic when it comes to SSR and Quasar because some APIs quasar needs are not...
@xuzuodong yes that is possible I guess. The biggest problem with the current implementation is that you need to wire everything by hand in a plugin. If this is covered...
same here
I had an identical problem, if you use `nuxt/tailwindcss` + `histoire` and somehow your stories are included in the component directory or any other path that tailwind will look into...
@jclaessens97 yes that’s what I meant when I said it’s not working. I received a ship load of errors by the tailwind purge content process but tailwind and component styles...
@jclaessens97 If you really want to go with stories in component structure there is also a hack I found you can use by basically externalize the histoire dependencies and alias...
its still a problem I guess: https://stackblitz.com/edit/histoire-nuxt3-starter-u4prm7?file=nuxt.config.ts,package.json