Hey @danielgek,
First of all, thanks for your work.
I've just updated to 1.5.0, after sorting out a few issues related to the older version of typescript I have installed on my machine, I've found this error (runtime, Android):
JS: ns-renderer: Cannot read property 'split' of undefined JS: JS: TypeError: Cannot read property 'split' of undefined JS: at Function.Common._init (file:///data/data/MYAPP/files/app/tns_modules/nativescript-sentry/sentry.common.js:25:27) JS: at Function.Sentry.init (file:///data/data/MYAPP/files/app/tns_modules/nativescript-sentry/sentry.js:12:14)
The way I'm trying to initialize it is:
Sentry.init('https://A_HASH_NUMBER@app.getsentry.com/A_NUMBER, {});
Hey @danielgek, First of all, thanks for your work. I've just updated to 1.5.0, after sorting out a few issues related to the older version of typescript I have installed on my machine, I've found this error (runtime, Android):
JS: ns-renderer: Cannot read property 'split' of undefined JS: JS: TypeError: Cannot read property 'split' of undefined JS: at Function.Common._init (file:///data/data/MYAPP/files/app/tns_modules/nativescript-sentry/sentry.common.js:25:27) JS: at Function.Sentry.init (file:///data/data/MYAPP/files/app/tns_modules/nativescript-sentry/sentry.js:12:14)
The way I'm trying to initialize it is:
Sentry.init('https://A_HASH_NUMBER@app.getsentry.com/A_NUMBER, {});