Alexander Dinauer

Results 107 issues of Alexander Dinauer

### Integration sentry ### Java Version any ### Version 7.8.0 ### Steps to Reproduce Use `setContext` on transaction and set any of `String`, `Boolean` or number as value. ### Expected...

Type: Bug
Platform: Android
Platform: Java

### 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`.

Platform: Java

### Description Remove in a major.

Platform: Java

## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ] I...

## :scroll: Description ## :bulb: Motivation and Context https://github.com/getsentry/sentry-java/issues/3232 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

## :scroll: Description ## :bulb: Motivation and Context When calling `close` on the previous scopes after a new client has already been bound to the global scope, the new client...

## :scroll: Description ## :bulb: Motivation and Context Sentry features like "Requests" need certain attributes to work, e.g. span `op` should be "METHOD URL", response status code should be in...

Write down things we learned/found while merging hubs and scopes in Java SDK.

In some languages log context is available (e.g. Java and .NET). Think of it as a Hashmap / Dictionary where you can store values which will then be printed with...

Platform: Java

## :scroll: Description We now parse and use `send-default-pii` and `max-request-body-size` from `sentry.properties`. - `max-request-body-size` was already being parsed but never applied to `SentryOptions` - `send-default-pii` was neither parsed nor...