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 dd334dc commit 00dba0dCopy full SHA for 00dba0d
dart/lib/src/transport/spotlight_http_transport.dart
@@ -43,8 +43,6 @@ class SpotlightHttpTransport extends Transport {
43
.then(Response.fromStream);
44
45
if (response.statusCode != 200) {
46
- // body guard to not log the error as it has performance impact to allocate
47
- // the body String.
48
if (_options.debug) {
49
_options.logger(
50
SentryLevel.error,
0 commit comments