Alexander Dinauer
Alexander Dinauer
### Gradle Version 7.5.0 ### AGP Version 7.4.0-alpha4+ ### Code Minifier/Optimizer _No response_ ### Version 3.1.3 ### Sentry SDK Version 6.3.0 ### Steps to Reproduce Add 7.4.0-alpha04 or newer to...
### Integration sentry-android ### Build System Gradle ### AGP Version - ### Proguard Disabled ### Version 6.4.1 ### Steps to Reproduce Capture an exception right after `SentryAndroid.init` ### Expected Result...
### Problem Statement Currently the `user_segment` is being read from `other['segment']`. ### Solution Brainstorm A top level property called `segment` on the user should be used as is done in...
## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code - [ ] I...
### Integration sentry-spring ### Java Version 8 ### Version 6.4.1 ### Steps to Reproduce Have a mapping for an OPTIONS request like: ``` @RequestMapping(method = RequestMethod.OPTIONS, value = "{id}") void...
### Problem Statement When a user wants to set filters like `beforeSend` etc. they have to disable auto init and use manual init instead. There might be more options /...
…al Hub; also fix Webflux integration and add transaction support for webflux ## :scroll: Description Hackweek project 2022 ## :bulb: Motivation and Context - Leak less resources on App server...
### Problem Statement see solution ### Solution Brainstorm Since we offer a separate dependency for Spring 5 vs Spring 6 and Spring Boot 2 vs Spring Boot 3 we could...
### Problem Statement `inApp` for non Android has to be set via `inAppIncludes`. It would be nice if Sentry could auto detect `inApp` frames. ### Solution Brainstorm - Check if...
### Problem Statement See https://github.com/getsentry/sentry-ruby/issues/2205 and https://github.com/getsentry/sentry-ruby/pull/2211 ### Solution Brainstorm Allows users to set certain options of `MonitorConfig` on `SentryOptions`, e.g. `maxRuntime`, `timezone` and `checkinMargin`.