dd-sdk-android
dd-sdk-android copied to clipboard
Migration guide from version 2.* to 3.* should be more clear about the changes to LogsConfiguration.useCustomEndpoint
Feature description
On version 2.* you could set the customEndpointUrl to https://example.com, and the SDK would append /api/v2/logs/. This has changed in version 3.*, but there is no mention of it in the migration guide, and in the changelog of version 3.0.0 it is listed as an improvement, not a breaking change, so it is easily overlooked.
Proposed solution
Update the migration guide.
Other relevant information
Looks like this was changed here: https://github.com/DataDog/dd-sdk-android/commit/0910168e5dc61ee91b02a49d530d9202d4c34b89
hi @cf256, thank you for raising this. We will look into it and adjust documentation as necessary.