We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3da89d commit af0502cCopy full SHA for af0502c
sentry-android-ndk/src/main/java/io/sentry/android/ndk/NdkScopeObserver.java
@@ -152,7 +152,9 @@ public void addAttachment(final @NotNull Attachment attachment) {
152
final String pathname = attachment.getPathname();
153
if (pathname == null) {
154
// Only file-path attachments are getting synced to the native layer right now.
155
- options.getLogger().log(SentryLevel.DEBUG, "Scope sync addAttachment skips non-file attachment.");
+ options
156
+ .getLogger()
157
+ .log(SentryLevel.DEBUG, "Scope sync addAttachment skips non-file attachment.");
158
return;
159
}
160
0 commit comments