Manoel Aranda Neto

Results 1029 comments of Manoel Aranda Neto

> Why is this a problem? Closing it for now `sample_rates` isn't part of the event protocol nor is used in the product. This is used locally only for debugging,...

> The `androidx.startup` library uses `ContentProvider` under the hood: > > [cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:startup/startup-runtime/src/main/java/androidx/startup/InitializationProvider.java;drc=2f9dd0f2fe4642438ed3f657dc7f901241a16ca8](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:startup/startup-runtime/src/main/java/androidx/startup/InitializationProvider.java;drc=2f9dd0f2fe4642438ed3f657dc7f901241a16ca8) Yes, but only one instead of N, that's the difference.

If needed, we can have a `sentry-okhttp` and `sentry-android-okhttp` so people don't have to change their dependencies. Maybe imports will be broken still, but its more straightforward to fix.

Be sure that using prefab doesn't require extra work on Hybrid SDKs, and if it does, loop us in.

@markushi variables that are in the `SentryAndroidOptions` can be moved to `SentryOptions` whenever needed, without a breaking change. I'd rather focus on the variables that are in `SentryOptions` but are...

I don't think we should raise error events because we'd not have stack traces anyway (making it less useful?). I suggest adding all logs within the app as breadcrumbs, but...

@kyze8439690 repos for context https://github.com/kyze8439690/logcatviewer/blob/master/src/main/java/com/github/logviewer/FloatingLogcatService.java

Closed in favor of https://github.com/getsentry/sentry-java/pull/2659

Relates to https://github.com/getsentry/sentry-java/issues/2687 as well

Libs do the same as us: https://github.com/javiersantos/PiracyChecker/blob/4ebafd4890593a09a2b978ed38e6dc7dc6ce79e1/library/src/main/java/com/github/javiersantos/piracychecker/utils/LibraryUtils.kt#L93-L104 The difference is that they also account for the known stores, eg https://github.com/javiersantos/PiracyChecker/blob/4ebafd4890593a09a2b978ed38e6dc7dc6ce79e1/library/src/main/java/com/github/javiersantos/piracychecker/enums/InstallerID.kt#L6-L9 Testing locally, `getInstallerPackageName` always returns null if it's installed via...