fix: for Unable to configure Custom Domain for React-Native#1043
fix: for Unable to configure Custom Domain for React-Native#1043wenxi-zeng merged 7 commits intomasterfrom
Conversation
- updated test cases in fetchSettings.test.ts and SegmentDestination.test.ts - added new test cases in util.test.ts
unblock e2e teststhe following should unblock the e2e the tests:
NOTE that you need provide the write key to the endpoints best practicehowever, your changes hardcoded the path/endpoints to every domain, which disables the user to fully customize the url to their own endpoints and this is a breaking change. the suggested fix would be:
|
update business logic to configure custom proxy, updated test cases and tested e2e test cases
wenxi-zeng
left a comment
There was a problem hiding this comment.
LGTM. just address the only comment and update README and it's ready to go
|
🎉 This PR is included in version 2.20.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.3.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 0.6.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
UNBELIEVABLE!!! we spent 5 hours to track this down. The generated endpoint is We have missed 5 days of events and thousands of dollars loss. |
|
i just can't fucking believe this. How this could have slipped? How such a serious bug went through the tests? |
|
@efstathiosntonas really sorry for all the inconvenience it has caused. @sunitaprajapati89 is working on the fix. in the meanwhile, please pass |
|
hi @efstathiosntonas the issue should be fixed in |
fix: for Unable to configure Custom Domain for React-Native