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

## :scroll: Description SentryLogcatAdapter now forwards output to Sentry Logs, if enabled ## :bulb: Motivation and Context Closes https://github.com/getsentry/sentry-java/issues/4408 ## :green_heart: How did you test it? ## :pencil: Checklist -...

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

dependencies

Bumps scripts/update-sentry-native-ndk.sh from 0.8.4 to 0.9.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.9.0 **Breaking changes**: - Limiting the proguard rules in the NDK package moves the burden of...

dependencies

Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 4.4.1. Release notes Sourced from gradle/actions's releases. v4.4.1 This patch release fixes a bug in Develocity Injection with a custom plugin repository. The gradle-plugin-repository-* action...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.29.0. Release notes Sourced from github/codeql-action's releases. v3.29.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

## :scroll: Description Timber 5.+ switched to Kotlin, allowing us to directly access the internal `tag` value, instead of the existing workaround. According to the release Timber 5.x is binary...

### Description For the [logs feature](https://docs.sentry.io/platforms/android/logs/) we want to have an integration for Timber if the logging feature is enabled.

Feature
Android
Logs

### Description This is split off of https://github.com/getsentry/sentry/issues/84502, to specifically talk about the `DiagnosticCoroutineContextException` errors mentioned there and the way they're affecting grouping and titling of issues. The main problems...

Platform: Java
Java

## :scroll: Description Logs captured by Timber are now sent as Sentry Logs ## :bulb: Motivation and Context Closes https://github.com/getsentry/sentry-java/issues/4407 ## :green_heart: How did you test it? ## :pencil: Checklist...

### Integration sentry-android ### Build System Gradle ### AGP Version 8.6.0 ### Proguard Enabled ### Sentry Version 7.4.0 ### Timber Version 5.0.1 ### Steps to Reproduce 1. Report issue like...

Bug
Android