sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description Should be removed in a major. See https://github.com/getsentry/sentry-java/blob/7b7964f423f45db68b01e66b1b6ce08dacb3e7b6/sentry/src/main/java/io/sentry/IHub.java#L470-L479 Has been moved to `IScopes` for `8.x.x`.
### Description Remove in a major.
### Problem Statement Hi all. While developing my own service in java (spring boot), I discovered that the request body was missing from the error information. After reviewing the documentation,...
### Problem Statement I want to be able to use the `file.read` span without exposing user’s file paths. Currently, the filename is captured under Description and there’s also a file.path...
### Integration sentry ### Java Version 17 ### Version 7.8.0 ### Steps to Reproduce 1. build with proguard (ie Compose for Desktop gradle task proguardReleaseJars) 2. Crash app 3. Nothing...
### Description RuntimeException in `io.sentry.graphql.SentryInstrumentation in lambda$instrumentExecutionResult$0` at line 208 Affected packages and versions: - see [Discover](https://sentry.sentry.io/discover/homepage/?field=sdk.name&field=sdk.version&field=count%28%29&name=All+Events&project=4506812075540480&query=io.sentry.graphql.SentryInstrumentation&sort=-count&statsPeriod=30d&yAxis=count%28%29) - note that versions before 7.0.0 might also be affected but SDK crash...
_Platform:_ - [x] Spring Boot (Webflux server & WebClient) -> 2.5.5 _IDE:_ - [x] IntelliJ -> 2021.2 _Build system:_ - [x] Maven -> 3.6.3-jdk-11 _Platform installed with:_ - [x] Maven...
### Description Originally raised in the sentry-dotnet repository (as the SDK users is building for Android using MAUI): - https://github.com/getsentry/sentry-dotnet/issues/3255 The exception is being thrown by the sentry-java SDK however.
### Problem Statement The UUID generation for Spans is made using `UUID.randomUUID()` deep within the library and can't be replaced easily. `UUID.randomUUID()` can be a blocking method depending on the...
Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 12 to 14. Release notes Sourced from phoenix-actions/test-reporting's releases. Fix JUnit message / type fields from #48 Node 20 Closes #43 Upgrades action to node 20 Changelog...