Skip to content

Commit 944e481

Browse files
committed
Merge branch 'feat/sync-file-attachment' of https://github.com/getsentry/sentry-java into feat/sync-file-attachment
2 parents 80f8875 + af0502c commit 944e481

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry-android-ndk/src/main/java/io/sentry/android/ndk/NdkScopeObserver.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ public void addAttachment(final @NotNull Attachment attachment) {
152152
final String pathname = attachment.getPathname();
153153
if (pathname == null) {
154154
// 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.");
155+
options
156+
.getLogger()
157+
.log(SentryLevel.DEBUG, "Scope sync addAttachment skips non-file attachment.");
156158
return;
157159
}
158160

0 commit comments

Comments
 (0)