sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

A Sentry SDK for Java, Android and other JVM languages.

Results 511 sentry-java issues
Sort by recently updated
recently updated
newest added

Bumps scripts/update-gradle.sh from v8.5.0 to v8.6.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).

dependencies

spans forward measurements to transaction ## :scroll: Description added measurements to spans spans forward measurements to transaction [Example transaction](https://sentry-sdks.sentry.io/performance/sentry-android:1cb0481f3b564ce899296156ea61dbae/?project=5428559&query=&referrer=performance-transaction-summary&showTransactions=recent&statsPeriod=1h&transaction=MainActivity&unselectedSeries=p100%28%29&unselectedSeries=avg%28%29) ## :bulb: Motivation and Context Fixes https://github.com/getsentry/sentry-java/issues/3180 ## :green_heart: How did...

## :scroll: Description Implement the force flush behavior described here: [develop.sentry.dev/sdk/metrics/#aggregator-behavior](https://develop.sentry.dev/sdk/metrics/#aggregator-behavior) Details like max_weight taken from [getsentry/sentry-python@master/sentry_sdk/metrics.py](https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/metrics.py) ## :bulb: Motivation and Context ## :green_heart: How did you test it? Added...

### Integration sentry-android ### Build System Gradle ### AGP Version 8.2.2 ### Proguard Enabled ### Version 7.3.0 ### Steps to Reproduce Start a transaction and hold a reference to it....

Type: Bug
Platform: Android
Platform: Java
Sync: Jira

## :scroll: Description Add metrics API to support delightful developer metrics. This PR intends to provide the basic functionality: - Metrics API for counters, sets, gauges, distributions and timings -...

_#skip-changelog_ ## :scroll: Description You can read up more about the new envelope spec here https://github.com/getsentry/rfcs/pull/129 It has a good chunk of work that you've done during the hackweek, but...

### Description Came up when working on frame delay: https://github.com/getsentry/sentry-java/blob/eedcf5ac53387d44c99f17cdc472ce0bb18dfb31/sentry-android-core/src/main/java/io/sentry/android/core/SpanFrameMetricsCollector.java#L298-L307

Platform: Android
Platform: Java

_#skip-changelog_ Add new sentry-android-replay module## :scroll: Description * Extract an interface `ObjectReader` from `JsonObjecteReader` and introduce a new `MapObjectReader` analogous to what @markushi has done for the hybrid SDKs in...

### Problem Statement In our App we have a button which allows the user to report issues. For that, we would love to add some optional information like the installation...

Improvement
Android

_#skip-changelog_ This is just a dump of the PoC phase more-or-less, so a lot will be refactored and made pretty, but you're welcome to review nonetheless. I've tried to left...