orhanobut / tracklytics

✔️ Annotation based tracking handler with aspect oriented programming
Apache License 2.0
429 stars 45 forks source link

ACRA Integration #7

Closed SandNerd closed 7 years ago

SandNerd commented 8 years ago

Lovely library but an issue that I and I assume a growing number of developers are using another open source (and personally I think a great library) ACRA. Do you have any plans to integrate with it or extend it?

My hope is to force providers to utilize a single open source library as the interface to tracking/analytics for them all instead of polluting our code as you said.

orhanobut commented 8 years ago

After a long time, finally I can spare some time for tracklytics. ACRA looks nice, I need to check how feasible to add, but most probably I can add this.

orhanobut commented 8 years ago

All implementations will be up to developers. Thus I'll remove the existing implementations as well. There is already a public interface to provide this. But gonna make it more flexible.