#Sentry on WeWeb
5 messages · Page 1 of 1 (latest)
I'm not familiar with WeWeb. But based on what I can read in their FAQ you are not able to edit the generated code but only add small snippets. I also don't know if the generated code is using a library like react underneath.
I think you could add the Sentry loader script: https://docs.sentry.io/platforms/javascript/install/loader/
I have added a code snippet to my app on load. https://community.weweb.io/t/ncscale-is-shutting-down-any-alternatives-for-logging-weweb-and-xano/17018/5
How would Sentry know that this app belongs to my account?
You would need to provide your DSN. You can find the DSN in the project settings in [Project] > Settings > SDK Setup > Client Keys (DSN)
A Data Source Name (DSN) tells Sentry where to send events so they’re associated with the correct project. Learn more about DSN structure and use here.