Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Aug 27, 2024
1 parent 4d75417 commit bec4b85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dart/lib/src/transport/spotlight_http_transport.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ class SpotlightHttpTransport extends Transport {
Future<void> _sendToSpotlight(SentryEnvelope envelope) async {
envelope.header.sentAt = _options.clock();

// Screenshots do not work currently https://github.com/getsentry/spotlight/issues/274
envelope.items
.removeWhere((element) => element.header.contentType == 'image/png');

final spotlightRequest = await _requestHandler.createRequest(envelope);

final response = await _options.httpClient
Expand Down

0 comments on commit bec4b85

Please sign in to comment.