Skip to content

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

Merged
merged 4 commits into from
Mar 5, 2025
Merged

docs: add sentry to website for error detection #1496

merged 4 commits into from
Mar 5, 2025

Conversation

nperez0111
Copy link
Contributor

@nperez0111 nperez0111 commented Mar 5, 2025

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:

  • Should we self-host this? Sentry does allow self-hosting their error aggregator.
  • If not, we will need to make an official Sentry SaaS acc

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.

Copy link

vercel bot commented Mar 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Mar 5, 2025 4:22pm
blocknote-website ✅ Ready (Inspect) Visit Preview Mar 5, 2025 4:22pm

@YousefED
Copy link
Collaborator

YousefED commented Mar 5, 2025

invite sent

Copy link
Collaborator

@YousefED YousefED left a 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/

@@ -3,6 +3,10 @@ import CTAButton from "../components/pages/landing/shared/CTAButton";

# About BlockNote

<button onClick={() => { throw new Error("test") }}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already removed 😉

@nperez0111 nperez0111 changed the title feat: add sentry to website for error detection docs: add sentry to website for error detection Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants