-
Notifications
You must be signed in to change notification settings - Fork 138
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
fix(errors): Build endpoint for sentry integration & exception observer correctly #1390
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
it('sends event to the correct endpoint', () => { | ||
const error = new Error('test error') | ||
window!.onerror?.call(window, 'message', 'source', 0, 0, error) |
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.
not working locally, all these tests, checking if they do on CI 👀
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.
node version 18.XX was the culprit, had to upgrade to 18.20
Size Change: +424 B (+0.04%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Changes
Fixes #1389
I'm not sure how best to add tests for the sentry integration, any prior stuff here?
...
Checklist