-
Notifications
You must be signed in to change notification settings - Fork 13
refactor: bugsnag tools modularization #135
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
base: next
Are you sure you want to change the base?
Conversation
🎯 Coverage Target Met!📈 Coverage Metrics
📊 Test Statistics
🔍 Files Needing Coverage
📝 Report generated on Node.js 22 • View workflow • Coverage by Vitest + v8 |
🎯 Coverage Target Met!📈 Coverage Metrics
📊 Test Statistics
🔍 Files Needing Coverage
📝 Report generated on Node.js 22 • View workflow • Coverage by Vitest + v8 |
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 sure if we want to keep these or not
| direction: z.enum(["asc", "desc"]), | ||
|
|
||
| // URL parameters | ||
| nextUrl: z.string().url(), |
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.
| nextUrl: z.string().url(), | |
| nextUrl: z.string(), |
Next URL is passed as only the path without the hostname. Using Zod's url() will cause the call to fail.
Goal
Design
Changeset
Testing