Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

My answer was not in relation to updating to version 7 but only about upgrading to new patch/minor releases within the v6 range. As far as upgrading to v7, this...

Not making any promises due to being short on time. Technically there should be no issues with using v6. We are doing that at my company and as long as...

I think the exception will be caught regardless. The linked example is probably just an example of usage and an example of how to capture the exception and not make...

Yes, I think I might have had issues with that too (don't get server-side errors often so didn't bother analyzing). I think it's a matter of either: - wrong source...

I forgot to post here it seems but the issue is partially analyzed and seems a bit hard to fix without changes in Nuxt. See https://github.com/nuxt/nuxt.js/issues/7461 which talks about just...

1. `vueOptions` are supposed to be inside the `tracing` object (see https://sentry.nuxtjs.org/sentry/options#tracing) but since you are just repeating the defaults, it shouldn't make any difference in your case. 2. Having...

If you can't find `traceSampler` there then it means that Nuxt failed to serialize it. You can try writing it this way instead: ``` tracesSampler(samplingContext) { // equivalent to returning...

This should be fixed in the module so re-opening.

Actually `tracesSampler` is not part of the `tracing` object but as you said `config` (eventually `clientConfig`). So it works as expected.