Automattic / Automattic-Tracks-Android

Client library for tracking user events for later analysis
GNU General Public License v2.0
27 stars 13 forks source link

Move Sentry config to CrashLogging manifest #221

Closed wzieba closed 1 month ago

wzieba commented 1 month ago

This PR moves Sentry's configuration declared in AndroidManifest.xml from tracks to crashlogging.

This way, if a project uses only crashlogging module, they will have the correct Sentry setup.

It's a follow-up to #212