You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: The proxy URL is being altered in version 2.20.4, resulting in invalid URL (#1058)
* fix: The proxy URL is being altered in version 2.20.4, resulting in an invalid URL
* fix: handled the case of appending '/b'
* refactor-removed console statements
* refactor: refactored getEndpoint() to check if baseURL ends with /b
* refactor: added new test cases for getEndpoint()
* refactor: added validateURL() method, new test cases for SegmentDestination
* refactor: added getEndpointForSettings and related test cases
* refactor: updated fetchSettings.test.ts
* fix: commit on order to run e2e tests on CI
* refactor: added test cases for http, add review point changes
* refactor: merged if/else statements
* refactor: removed unnecessary comments
* refactor: updated regex
* refactor: removed write key from e2e
* refactor: removed redundant statement
* refactor: Instead ofd throw error, returned default values in getEndpoints() & getEndpointForSettings()
* refactor: refactored test cases
0 commit comments