Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: capture some errors we were logging to console #188

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

travis
Copy link
Member

@travis travis commented Feb 3, 2025

We're losing visibility into user errors because we are catching and logging Errors to the console - replace a bunch of places where we do this with a new Sentry logging function that logs to the error console and then captures the error in Sentry.

We're losing visibility into user errors because we are catching and logging Errors to the console - replace a bunch of places where we do this with a new Sentry logging function that logs to the error console and then captures the error in Sentry.
Copy link
Contributor

github-actions bot commented Feb 3, 2025

Website preview 🔗✨

build log

@travis travis merged commit 397c94b into main Feb 3, 2025
5 checks passed
@travis travis deleted the feat/sentry-errors branch February 3, 2025 22:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants