Has anyone implemented Sentry for Error monitoring?

Has anyone ever implemented Sentry for error monitoring in WeWeb? How much added value does it give you on top of WeWeb’s inbuilt error monitoring tools?

4 Likes

+1 on this post if anyone has done it before.

1 Like

I’m doing it… And it’s not working well for now :thinking:

Edit: Well, it is working now, the issue lies with Brave which completely blocks Sentry loading, even with Shields down.

@AmbroiseDhenain Good to see you have managed to make it work. Can you point out in general how you did it? Do you need to use custom code or can it be done the no-code way? And what is Brave you are referring to if I may ask?

Brave is a Chromium-based browser, with high privacy focus.

As to how to integrate it, simply paste the link given by sentry in the custom script “Head” section of WeWeb.

<script src="https://js.sentry-cdn.com/your_id.min.js" crossorigin="anonymous"></script>

3 Likes