Markus Hintersteiner
Markus Hintersteiner
Let's be careful with any PII within the notification
There should be no reason on Android to call `Sentry.init`, so let's be clear to the user and throw an Exception.
> @markushi I'm confused, where's the problems with merging? We have two PRs: 1. https://github.com/getsentry/sentry-java/pull/3511 adds the deprecate annotation 2. This one, completely removing `user.segment` But since 2. isn't built...
Let's try to offload `Debug.startMethodTracingSampling` onto a background thread. Also let's check what happens for very short transactions.
Let's improve the docs and provide some shared content across platforms on how `getLastEvent` can be used in conjunction with user feedback.
Let's have a closer look at our usage pattern. Maybe we could cache the last known connection state for a certain amount of time (e.g. 1 minute).
@rafalmemyard Thanks for reaching out! The Java SDK does not sample metrics on the client side. Only if (sentry) server side rate limiting is in effect, metrics could get dropped....
@rafalmemyard Thanks for the additional details, this sounds awfully similar to [this issue which appeared in `7.9.0`](https://github.com/getsentry/sentry-java/issues/3472) Could you try the previous "working" Java SDK version `7.8.0`?
@rafalmemyard we're aiming to get the fix out early this week. I'll keep you posted!
@marandaneto Do you have specific use-cases for this in mind? We're wondering if it makes sense to provide more granular information (e.g. Do not keep activities is enabled or not)...