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

Create `crashlogging` module, move crash logging classes there #212

Closed wzieba closed 2 months ago

wzieba commented 2 months ago

Closes #102

Description

This is a breaking change I'll describe in release notes. For the reasoning, please see the link attached to the #102 issue. TLDR; there's no reason to ship tracks and crashlogging together, in case some projects would like to use one module and not the other.

I'm doing this now as I'd like to introduce another breaking change in #213 , so I thought it's a good opportunity to reduce the number of major releases.

How to test

Testing is not necessary