Skip to content
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

frontend: report Errors to Sentry in print-nuxt/generatePdfMixin.js #4413

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Jan 9, 2024

We display an error, but the error is not reported to sentry.
(I think because we catch the error and don't rethrow).
I tested it on staging with nuxt 3, and because there we have no sentry integration yet for nuxt 3,
we have no idea how much nuxt 3 fails (except for looking at the logs).
So we at least see the errors the frontend can measure.

Copy link
Member

@manuelmeister manuelmeister left a comment

Choose a reason for hiding this comment

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

LGTM, besides lint

We display an error, but the error is not reported to sentry.
(I think because we catch the error and don't rethrow).
I tested it on staging with nuxt 3, and because there we have no sentry integration yet for nuxt 3,
we have no idea how much nuxt 3 fails (except for looking at the logs).
So we at least see the errors the frontend can measure.
@BacLuc BacLuc force-pushed the frontend-report-to-sentry-if-nuxt-print-fails branch from 620b078 to e56e475 Compare January 9, 2024 17:34
@BacLuc BacLuc added the deploy! Creates a feature branch deployment for this PR label Jan 9, 2024
Copy link

github-actions bot commented Jan 9, 2024

Feature branch deployment currently inactive.

If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.

@carlobeltrame carlobeltrame added this pull request to the merge queue Jan 9, 2024
Merged via the queue into ecamp:devel with commit 22b92cb Jan 9, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy! Creates a feature branch deployment for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants