Skip to content

Commit 4ef2672

Browse files
committed
another place
1 parent 9859aa5 commit 4ef2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main/java/io/sentry/Scope.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public void removeContexts(final @NotNull String key) {
759759
@NotNull
760760
@Override
761761
public List<Attachment> getAttachments() {
762-
return new CopyOnWriteArrayList<>(attachments);
762+
return attachments;
763763
}
764764

765765
/**

0 commit comments

Comments
 (0)