Lukas Bloder
Lukas Bloder
If anybody is still looking for this, I'm currently using the following implementation with Crashlytics for Flutter: CrashReportingTree: ``` import 'package:fimber/fimber_base.dart'; import 'package:firebase_crashlytics/firebase_crashlytics.dart'; class CrashReportingTree extends LogTree { //Only Log...
Here are my findings on the Instrumentation we do for SQLite queries: ## SQLite ### FrameworkSQLiteStatement (implements `SupportSQLiteStatement`) We instrument `androidx.sqlite.db.framework.FrameworkSQLiteStatement` methods: - `executeInsert()` - Used for Room Annotation `@Insert`...
Hi @xenomote, Here's a short update on this issue: I was able to reproduce locally now. We are currently working on a fix for this issue. Thank you for your...
@MarioNoll I had a look into our instrumentation code and we only instrument the `FrameworkSQLiteDatabase` and `FrameworkSQLiteStatement` classes and both seem to be correct after Instrumentation. Because we aren't changing...
@markushi I'm a bit confused on `They do not have any integrations active`: - How are they using Sentry? - My guess is, they are adding the `sentry-spring-boot` dependency manually,...
Hello @khkramer, I'm currently trying to reproduce your issue. So far to no avail. Your `I18nConfig` works for me without issues. Looking at the error message. Could you please provide...
Hello @khkramer, Thank you for the update. I tried again with your provided `QuotecMessageSource` but was, unfortunately, still unable to reproduce the problem. We'll have a short discussion internally on...
Hi @nosiar, Thanks for reaching out to us. AFAIK you are correct, sending the request body is not yet implemented in the Webflux integration. Will bring this up internally and...
## POTEL Android ### OTEL Android SDK - https://github.com/open-telemetry/opentelemetry-android Still in experimental stage. Provides features similar to Sentry-Android, however, in a very early stage and without any documentation on how...