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 475b6fb commit c221dc2Copy full SHA for c221dc2
sentry/src/transports/tokio_thread.rs
@@ -89,7 +89,7 @@ impl TransportThread {
89
// reason, trying to send an envelope would block everything. We'd rather
90
// drop the envelope in that case.
91
if let Err(e) = self.sender.try_send(Task::SendEnvelope(envelope)) {
92
- eprintln!("envelope dropped: {e}");
+ sentry_debug!("envelope dropped: {e}");
93
}
94
95
0 commit comments