Sean Proctor
Sean Proctor
Has anyone figured out how to use this in production? I see a new gradle command `proguardReleaseJars`. I'm sure I'm just a bit lost. I tried building with `./gradlew :app:proguardReleaseJars...
I had implemented my own driver, but it turns out to be pointless. You can just create a synchronous schema for JVM/Android. `Database.Schema.synchronous()` and pass that to your driver.
Since this isn't getting any attention, I wanted to say me too. This is preventing me from updating to 2.0.1.
This is what I used: ``` -keep class io.sentry.** { *; } -keepclassmembers enum io.sentry.** { *; } ```
Stack trace: ``` INFO: Uncaught exception received. DEBUG: Capturing event: 79ba499d0803417594513f3c39037588 DEBUG: Extracted 163 modules from resources. INFO: Session is null on scope.withSession ERROR: Error while capturing event with id:...
https://github.com/sproctor/keyboard-bug-reproducer
``` openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) ```
Trying openjdk 21 from oracle gave the same result. There are 10 year old answers on this stack overflow question that indicate `VK_DECIMAL` is correct. https://stackoverflow.com/a/27402021 I haven't tested this...
Makes sense. It's pretty simple to implement locally and then the behavior is obvious. To implement in the library, maybe install a listener and require an annotation warning about it...
This happens to me when I have a project with no `buildscript` block bringing in the android dependency.