Skip to content

Commit 00dba0d

Browse files
committed
update
1 parent dd334dc commit 00dba0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dart/lib/src/transport/spotlight_http_transport.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ class SpotlightHttpTransport extends Transport {
4343
.then(Response.fromStream);
4444

4545
if (response.statusCode != 200) {
46-
// body guard to not log the error as it has performance impact to allocate
47-
// the body String.
4846
if (_options.debug) {
4947
_options.logger(
5048
SentryLevel.error,

0 commit comments

Comments
 (0)