Meer Estiyak

Results 11 comments of Meer Estiyak

Sync your **versionName** in your `android/app/build.gradle` with `package.json` version It will show Update instead of Open

![image](https://user-images.githubusercontent.com/50128043/177252377-ee309c44-c62e-441e-bf4a-0664bace2dca.png) It's showing this kind of stack trace instead of showing real code and files also uploaded to sentry ![image](https://user-images.githubusercontent.com/50128043/177252492-6843906a-33d5-4c90-bdbc-e77c9788e03f.png)

@rchl Thank you so much for response, is this config okay now! ``` sentry: { dsn: process.env.SENTRY_DSN, publishRelease: { ignore: [ 'node_modules', '.nuxt/dist/client/img' ], configFile: 'sentry.properties', }, config: { release:...

@rchl But it still doesn't show actual source code 😕 ![image](https://user-images.githubusercontent.com/50128043/177281405-32370e06-9c52-4b41-9ff7-438662515c9b.png) but files are uploaded successfully ![image](https://user-images.githubusercontent.com/50128043/177281698-5a50c7fd-644a-493d-b167-cca123aca5d0.png)

Sentry is showing this one, but it's just because i didn't connect it with my github repo but i did write release version manually in config. **NB: my sentry is...

import dynamic from 'next/dynamic'; const ModalVideo = dynamic(() => import('react-modal-video'), { ssr: false }); // Use this way

@JoseLion Thank you so much, i'll test it out and let you know but sorry maybe not immediately i can test and let you know

@sidanuk i'll work on it today and give a PR soon so you can download it and immediately use it