Hi everyone!
Any mobile plugin expert?
I'm trying to integrate "sentry-cordova" https://docs.sentry.io/platforms/javascript/guides/cordova/
Which is an external tool and not outsystems sentry.
I'm trying to integrate the plugin in three manners:
1 - from github: here we have a build problem (file in dist folder "bundle.js and bundle.js.map" are not generated)
2 - from zip: here we have a build problem as well (file in dist folder "bundle.js and bundle.js.map" are not generated)
3 - from npm: here the build seems to work, but other problem after need me to modify some variable like "process.env.MYVAR" but variables given in the extension do not modify process.env so I don"t know how to modify them.
If you have any clue on how to proceed further it could be nice!
Thanks a lot!
Hi @Jesse DION ,
Integrating the Sentry.io Cordova SDK in an OutSystems mobile app can be challenging due to the build process and environment variables management. Here are some suggestions that might help:
For both cases, ensure that the plugin is compatible with OutSystems and the specific versions of Cordova it uses.
Hope this helps you move forward.
Lourenco Matalonga