Meer Estiyak
Meer Estiyak
Sync your **versionName** in your `android/app/build.gradle` with `package.json` version It will show Update instead of Open
 It's showing this kind of stack trace instead of showing real code and files also uploaded to sentry 
@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 😕  but files are uploaded successfully 
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...
I already asked there while creating this
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
anyone working on it!
@sidanuk i'll work on it today and give a PR soon so you can download it and immediately use it