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
@@ -329,6 +332,8 @@ where
329
332
Ok(())
330
333
}
331
334
335
+
336
+
332
337
/// A convenience macro to handle the gauge entrypoint and sentry wrapping around a struct that implements `SentryGauge`
0 commit comments