Skip to content

Commit 0c1983b

Browse files
committed
remove unused code
1 parent f2a276f commit 0c1983b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dart/lib/src/transport/http_transport.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ class HttpTransport implements Transport {
3535

3636
@override
3737
Future<SentryId?> send(SentryEnvelope envelope) async {
38-
// final filteredEnvelope = _rateLimiter.filter(envelope);
39-
// if (filteredEnvelope == null) {
40-
// return SentryId.empty();
41-
// }
42-
// final clientReport = _options.recorder.flush();
43-
// envelope.addClientReport(clientReport);
44-
4538
envelope.header.sentAt = _options.clock();
4639

4740
final streamedRequest = await _requestHandler.createRequest(envelope);

0 commit comments

Comments
 (0)