-
Notifications
You must be signed in to change notification settings - Fork 42
refactor: move sdk-demo and rename package/core to lib #1344
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: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pull Request Test Coverage Report for Build 21284207489Details
💛 - Coveralls |
|
|
||
| const customHeaders = { | ||
| 'X-Request-ID': () => `sdk-demo:${uuid()}` | ||
| 'X-Request-ID': () => `client-demo:${uuid()}` |
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.
TODO: check if this is used anywhere else.
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.
I added this to test if X-Request-ID is coming in backend logs
Summary
packages/coretolibsdk-demoto apps and rename toclient-demoTest Plan