diff --git a/recipes/VideoBotsStats.py b/recipes/VideoBotsStats.py index 4781d4b40..2098e3133 100644 --- a/recipes/VideoBotsStats.py +++ b/recipes/VideoBotsStats.py @@ -91,7 +91,7 @@ def show_title_breadcrumb_share(self, run_title, run_url, bi): st.markdown(f"# 📊 {bi.name} Analytics") def render(self): - self.setup_render() + self.setup_sentry() if not self.request.user or self.request.user.is_anonymous: st.write("**Please Login to view stats for your bot integrations**")