sentry-android-sdk
Audited by Runlayer on Mar 5, 2026
Tool passed security scan
Malicious tool definition detected
### Jetpack Compose node names Add the Sentry Kotlin Compiler Plugin to include composable function names in view hierarchy JSON: ```kotlin // build.gradle.kts plugins { id("io.sentry.kotlin.compiler.gradle") version "6.1.0" } ``` ### Manual file attachments ```kotlin Sentry.captureException(e) { scope -> scope.addAttachment(Attachment( logContents.toByteArray(), "debug.log", "text/plain" )) scope.addAttachment(Attachment( File(context.filesDir, "config.json") )) } ``` --- ## 10.
Tool passed security scan
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
**Redact PII in `beforeSend`** — since 8.33.0 user attributes attach regardless of `sendDefaultPii` 5.
Tool passed security scan
Malicious tool definition detected
Malicious tool definition detected
**Use `setEnvironment()` per check-in** — if you run the same job in staging and production, separate them by environment to avoid cross-contamination 7.
Tool passed security scan
Tool passed security scan