Markus Hintersteiner

Results 313 comments of Markus Hintersteiner

In theory this should be straightforward: - Instead of generating the UUIDs in the constructor, lazily evaluate them (so they get actually generated at protocol serialization time), and use object...

FYI @kahest @smeubank after talking to @iambriccardo, this feature is blocked for now - which is fine, as it's optional anyway.

Let's: * Update the table in the README * Rename table header title "Android API" to "Minimum Android API" * Compatibility table with Sentry-Self Hosted / min SDK version *...

Let's consider adding the min-api level to the release registry (requires craft and docs update)

Another quick update: You can expect a `4.7.0` release today which adds support for K2!

@dev-gvs Which version of Kotlin are you using for your project? The mentioned missing class still exists in [2.0.0](https://github.com/JetBrains/kotlin/blob/2.0.0/compiler/ir/ir.tree/src/org/jetbrains/kotlin/ir/expressions/IrStatementOrigin.kt#L97), and we've verified functionality across a few different versions (1.8.x, 1.9.x...

Yeah there's definitely something wrong here, but at the same time it's odd to see the Jetpack Compose Compiler just working fine when calling the same APIs (e.g. 2.0.0 [example...

Quick update: `4.7.1` is out (it may take a few more minutes until it's available via maven), please give it a try and let us know if the issues mentioned...

Hi everyone, thanks for reaching out! I just tried to reproduce(same Gradle, AGP and sentry Gradle plugin versions) this quickly, but unfortunately couldn't. Could you share a few more details...