rudderlabs / rudder-sdk-android

Android SDK for RudderStack - the Customer Data Platform for Developers.
https://www.rudderstack.com
Other
18 stars 28 forks source link

fix: decouple automatic lifecycle event from screen event #422

Closed 1abhishekpandey closed 3 weeks ago

1abhishekpandey commented 2 months ago

About the issue:

There was an issue in the Android v2 SDK where if we set the automatic lifecycle event flag to false and the automatic screen event flag to true then the automatic screen event is not tracked. We need to decouple the implementation between lifecycle and screen event and make sure the automatic screen event tracking is not dependent on the lifecycle flag.

About the fix:

Fixes # (issue)

Type of change

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud