-
-
Notifications
You must be signed in to change notification settings - Fork 530
docs: add sentry to website for error detection #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
invite sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do / cab we add version / release metadata? i.e.: https://docs.sentry.io/platforms/javascript/configuration/releases/
docs/pages/about.mdx
Outdated
@@ -3,6 +3,10 @@ import CTAButton from "../components/pages/landing/shared/CTAButton"; | |||
|
|||
# About BlockNote | |||
|
|||
<button onClick={() => { throw new Error("test") }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already removed 😉
This adds Sentry to our website to help with tracking errors that may occur on our docs website.
We have a few decisions to make for this:
We can tweak the error capturing over time, to reasonable collection rates. But, for now it is good to get the full firehose.
I double-checked and Sentry does not track users via the use of cookies, so no need for a cookie-banner, and should be GDPR compliant.