Thomas Behan
Thomas Behan
Hi, Been a while since I worked on it but the environment looked like this, Cordova 8(maybe) Angularjs frontend inside Then the plugin setup as the docs say Forgot how...
Nice 😎 On Mon 4 Nov 2019, 16:11 zarelint, wrote: > Hi all, > I din't see any more the errors with next: > > cordova-plugin-googleplus":"8.2.0 > cordova 8.1.0 >...
or add attributes to current events if its not possible already like below: `try{ //do something }catch(err){ sendNonFatalCrash("error message", err); }`
I got around this because im using angularjs i was able to setup stacktrace.js in a way that i could process the stacktrace.js responses to get the expected stack. my...
use stacktrace.js to process your errors then send them to fabric/firebase https://www.stacktracejs.com/
ah i see so in your case youll need to npm install stacktracejs or a similar library and run the following code `StackTrace.fromError(error).then(function (stackframes) { window['fabric'].Crashlytics.sendNonFatalCrash("GPS error", stackframes); });` the...
Moved to azure see the latest commit
go to the openai repo for this and copy the download_model.py from there and use that script instead it does the same thing just with the new setup they have
Hi here is the screenshot for before the fix  had to scribble some stuff out the issue was solved by placing the image in its own container with some...
Any joy with this one being merged plz? :)