From acd1befde66db492149992199fadca92e55cc97b Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 6 Apr 2023 21:43:29 -0400 Subject: sentry: Add sentry support Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d --- modules/spotify/spotify.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/spotify') diff --git a/modules/spotify/spotify.cpp b/modules/spotify/spotify.cpp index df7515d..aca0f85 100644 --- a/modules/spotify/spotify.cpp +++ b/modules/spotify/spotify.cpp @@ -39,6 +39,7 @@ public: } virtual bool OnMessage(const dpp::message_create_t &message, const std::string& clean_message, bool mentioned, const std::vector & mentions) { + sentry_set_tag("module", "spotify"); bot->core->log(dpp::ll_debug, "Got message event"); const char* pcre_error; -- cgit v1.2.3