Hi all!
In my app, MySTyc (featured in the Anaconda blog) I’m using https://pyscript.net/latest/pyscript.js
, as recommended in PyScript website. However, it looks like the site has been broken for a few days, probably after an upgrade.
I completely understand (and support!) that PyScript makes breaking changes, since the project is still very young. However, I’m wondering if
- It’s possible to pin an application to an older PyScript version, say
2022.12.1
. Triedhttps://pyscript.net/2022.12.1/pyscript.js
and other variations without success. - What are the recommended practices to monitor client-side errors. On the backend I’d use something like Sentry, but unsure how I would do such a thing with PyScript.