Pim

Results 243 comments of Pim

@Sebastiangperez _They_ includes you, you are part of the nuxt-community too! ;) Could you please have a look at submitting a PR with changes to make the docs more understandable?

I would also need to investigate the best approach but probably would look at the approach that our friends over at vue-apollo have taken: - Docs: https://apollo.vuejs.org/api/ssr.html - Code: https://github.com/vuejs/vue-apollo/tree/dev/packages/vue-apollo/ssr...

See the package readme for more info: https://github.com/getsentry/sentry-javascript/tree/master/packages/vue Its just a wrapper around @sentry/browser specifically for Vue. But you are right it doesnt seem to add a lot of benefits...

I can share my updated lazy template if you wish? Im not planning to update the options of the module thought as that would probably be a breaking change

Yeah, that might make sense given that they already released a beta of Sentry 7. Probably best to release a new version at the same time then. I have added...

Looking at it a bit more maybe it doesnt matter at all because these props arent used when reading sentry.server.config.js?

Thanks. Actually I dont have a big issue with serializing functions, at least not in how we should use them here as part of an external config object. I agree...

You could add a `build:before` or `generate:before` hook to download these files. Then in your component you could use a dynamic import statement, depending on further config you have, Webpack...

Can you add some example code that shows how and when you determine which content to download?

Unfortunately I have no idea where this message comes from, does it rly include the typo or was that a copy/paste error? I've tried adding ncg to one of the...