Max Weisenberger

Results 11 comments of Max Weisenberger

I was experiencing the white screen with `toBack: true`. I am using Vue 3 with Ionic 6.1 Here is what I did to solve it: ``` body { background: transparent;...

> Currently implementing sentry with `@sentry/capacitor` and `@sentry/vue` but having trouble with `BrowserTracing` How would you initialize `BrowserTracing` in this situation? Example of what I have below ``` typescript import...

> @MaxWeisen Try pinning `@sentry/vue` to same version as in `@sentry/capacitor`'s [peeerDependencies](https://github.com/getsentry/sentry-capacitor/blob/main/package.json): > > ``` > npm install --save-exact @sentry/[email protected] > ``` > > For explaination see [getsentry/sentry-javascript#4474 (comment)](https://github.com/getsentry/sentry-javascript/issues/4474#issuecomment-1028292131) This...

@userquin I am trying to use `generateSW` so I don't need to write a custom SW. Here is a minimal reproduction of the issue I am experiencing. I have instructions...

> So, the problem is only in dev (?), I'm going to check if registering the sw using type module works. I have not tried this outside of dev.

@userquin So something needs to change within [@sentry/vite-plugin](https://www.npmjs.com/package/@sentry/vite-plugin)? Or we cannot use @sentry/vite-plugin with vite-pwa/nuxt?

@userquin What does your custom SW file look like? How are you handling the "revisions" cache?

@userquin Thank you for all the resources and help. This is great.

I noticed that when the `ion-popover` is on the left side of the window, it sticks with its trigger. But when the `ion-popover` is in the middle or right side...

I am also experiencing this same error. Here are the packages and versions I am working with: ``` nuxt: 3.10.3 vue: 3.4.19 @vite-pwa/nuxt: 0.6.0 @sentry/vue: 5.110.0 @sentry/vite-plugin: 2.16.1 ``` Any...