amplitude / Amplitude-Kotlin

Amplitude Kotlin SDK
MIT License
27 stars 10 forks source link

fix: skip deep link event when url is missing #150

Closed liuyang1520 closed 10 months ago

liuyang1520 commented 10 months ago

Summary

fix: skip deep link event when url is missing

This PR filters the deep link event (triggered with activity creation) by only limiting to the case when intent.data is available, this can potentially avoid some noisy.

Note this is a breaking change, the existing users will probably see a drop in the event volume, but I think this change aligns more to a bug fix.

Checklist

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 1.11.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: