Closed jfjalburquerque closed 4 months ago
Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign.
Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
I signed it!
Confirmed! @jfjalburquerque has signed the Contributor License Agreement. Thanks so much.
This Pull Request proposes the addition of CustomGetPath and CustomPostPath methods to the library. These methods aim to enhance the flexibility and adaptability of the library by allowing users to dynamically update the
postpath
andgetpath
as needed.Solution: To address the limitation of the snowplow-dotnet-tracker library, this Pull Request introduces two new methods:
CustomGetPath
andCustomPostPath
. These methods provide developers with the ability to customize and control the postpath and getpath for specific use cases.Impact: By including these new methods, the snowplow-dotnet-tracker community will benefit from improved customization options for managing postpath and getpath updates. Developers will have greater control over the tracking behavior.
Thank you for considering this Pull Request. Your feedback and suggestions are highly appreciated.
Closes #129