I'm creating an SDK that will be included on several apps which I don't have control of. My clients will download the SDK and include on their own Android apps.
The scenario:
- I'd like to add MINT to my library project, but I don't want MINT to collect data from my clients' apps
- Also, I don't want their crash logs to appear on my dashboard, only my crashes
- Their apps will have different applicationIds (as expected), but I want the data recorded by MINT to appear consolidated on my dashboard
Is that possible? Is MINT able to gather and collect data from different applicationIds and consolidate them?
If I disable crash monitoring and network monitoring (and make the logs manually), will MINT be able to aggregate the data?
... View more