I've been following the instructions in this documentation:
Although we have an on-premise Sentry server, when I try to add the sentry-cordova
plugin with
cordova plugin add sentry-cordova
, it prompts me to log in to the sentry.io
server. How can I configure this plugin to connect to our on-premise server instead? Please refer to the image attached for more details.
https://i.sstatic.net/csaNj.png
Note: Could someone explain how to specify the on-premise URL within the plugin settings? This information doesn't seem to be covered in the provided documentation.
Note: My Angular app's URL is structured as follows:
http://sentry.myownsentryserver.com/sentry/ionic-mobile-app/
. How can I integrate this URL with the sentry-cordova
plugin?