Alexander Dinauer

Results 410 comments of Alexander Dinauer

Maybe returning a `NoOpSpan` could serve as workaround until we fix this. This might require us to explicitly handle `NoOpSpan` and finish the old span / set sampled to `false`.

Thank you @felixklauke for doing this 🙏 . I'm planning to take a look at this PR later this week.

> We could add a file to the GH repo containing a table of benchmark results and commit hashes for storing the results. Wouldn't that be prone to concurrency issues?

Depending on how you want to do this, there might be multiple builds trying to write their result to the file at the same time. Not sure we need to...

Need to cache what happens before the SDK is initialized and later create spans with that information.

Hello @nienienienie, we added ANR support in a late `1.7.x` version around September 2019. The `6.3.0` you can see in the side bar displays the current version of the SDK...

We're currently not planning to add a minimum required version to all the docs pages.

Does PII stripping run on it? Should it be guarded behind send default pii? Created https://github.com/getsentry/team-mobile/issues/41 to track across SDKs Make sure it's documented in develop docs how integrations should...

Hello @heiyl, are you using the `Sentry.OptionsConfiguration` for manual init? In case you're using auto init, have you tried adding the following to your manifest? ``

@heiyl I just tested with our sample App and it worked as expected. Screenshots were uploaded when I enabled the option during init in the `Application`. https://github.com/getsentry/sentry-java/blob/eba572ac900ca2c58111c6b0db9730a64ac58533/sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android/MyApplication.java#L16-L26 This is what...