Mukesh Soni
Mukesh Soni
Wow, that's a great find! I will see if i can google the latest flags image. In the meantime, if you find one, let me know. Also, you can use...
@warp But you can use the `onBlur` callback?
@tonygentilcore I will need more detail. I don't understand it at all. Can you provide more detail with a codesandbox link, if possible?
Is there a way i can make my own bugsnag logger with bare minimum requirements? Like, just send my exception stack and the browser name.
I wrote a lighter version which works in the browser. Not as reliable or feature rich as @bugsnag/js. But much smaller, in case anyone's needs are limited as mine https://github.com/mukeshsoni/bugsnag-browser-lite
@Zizzamia It's around 3-4kB. Which features are your team using? You can try it out and see if it has you want. PRs are welcome.
@Zizzamia We have been using it in our company for last 5 months and it's working alright. Our requirements were also very simple with respect to reporting. I don't have...
I don't understand. There is a machine.js file right now which only has the machine.
Actions are defined in the machine as strings. Things keeps the machine more reusable. It can be used in various contexts and environments.
@nosovk Can you give me a link which has documentation on the format?