nushell / demo

Experimental wasm-based Nu playground
https://www.nushell.sh/demo/
MIT License
24 stars 10 forks source link

track client side errors with sentry #57

Closed jzaefferer closed 4 years ago

jzaefferer commented 4 years ago

Fixes #56

The dsn is for a organzation/project that I created with my private email address, with a +nushell specifier. I can shared the credentials if anyone else wants to take a look.

This developer account is free and the limits should be fine for our purpose. Adding more users would require a paid account.

fdncred commented 4 years ago

Trying to understand what this does. I think you're saying that when any user uses the demo and generates an error, it logs this error in sentry, whatever that is. Is that correct? Sounds like this information could be helpful.

jzaefferer commented 4 years ago

Yeah, and the Sentry SDK collects some information to help reproduce the issue, like stack trace, user agent, and some "breadcrumbs" (clicks, http requests). I've configured it to not store the IP address, the only personalized information that it collects by default.

jzaefferer commented 4 years ago

Let's give it a try