You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Drain any pending reports. We need to structure it like this as opposed to just a top level `let Ok(state) = ...`` due to the fact we should not be holding a MutexGuard across an await point
@@ -328,8 +334,6 @@ where
328
334
Ok(())
329
335
}
330
336
331
-
332
-
333
337
/// A convenience macro to handle the gauge entrypoint and sentry wrapping around a struct that implements `SentryGauge`
0 commit comments