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 6e1d8d8 commit c8a936cCopy full SHA for c8a936c
dart/lib/src/scope.dart
@@ -83,8 +83,7 @@ class Scope {
83
84
final List<SentryAttachment> _attachements = [];
85
86
- List<SentryAttachment> get attachements =>
87
- UnmodifiableListView(_attachements);
+ List<SentryAttachment> get attachements => List.unmodifiable(_attachements);
88
89
Scope(this._options);
90
0 commit comments