sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description In July, we added DS support for Android OkHttp. Here are some PRs created in the process: https://github.com/getsentry/sentry-java/pulls?q=is%3Apr+sort%3Aupdated-desc+baggage+is%3Aclosed. https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/ We want to extend the support to HTTP clients...
* part of https://github.com/getsentry/team-mobile/issues/5 * closes https://github.com/getsentry/sentry-java/issues/1965 ## Approach and scope of this PR See my notes below on Macrobenchmark - after facing issues trying to get it to work...
## :scroll: Description Added missing unit field. Added support for unknown fields in case new types come from Hybrid SDKs. ## :bulb: Motivation and Context Fix https://github.com/getsentry/sentry-java/issues/2150 Part of https://github.com/getsentry/team-mobile/issues/31...
### Description Some code uses `synchronized` blocks. We might gain a bit of performance by checking if we even need to acquire the lock. - [ ] `LifecycleWatcher` - [...
### Description The app start actually consists of multiple steps (e.g. process creation, bindApplication, etc.), so we could potentially create spans for each of this steps to give more insights...
## :scroll: Description Spring is a common platform for api development. Especially with SPA and Web Development there are Json Web Tokens as a popular way of handling user authentication....
### Description ``` io.sentry.SentryTracerTest > when idle transaction with children, finishes the transaction after the idle timeout FAILED Wanted but not invoked: hub.captureTransaction( , , , ); -> at io.sentry.Hub.captureTransaction(Hub.java:606)...
### Integration sentry-spring ### Java Version 11 ### Version 5.7.4 ### Steps to Reproduce Occasionally in our deployed webapp, we see this exception. The stack trace is provided in the...
### Problem Statement I'v noticed that Sentry-Android using `ActivityManager.getRunningAppProcesses()` to check process importance since 5.4.3. This behavior is considered a privacy risk in our county. In China, government forbidden this...
### Problem Statement Currently the request payload is not sent by Apollo (v2 and v3) integrations. We should send it up to https://docs.sentry.io/platforms/java/configuration/options/#max-request-body-size ### Solution Brainstorm Take a look at...