diff options
author | Cara Salter <cara@devcara.com> | 2023-04-06 21:43:29 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-04-06 21:43:29 -0400 |
commit | acd1befde66db492149992199fadca92e55cc97b (patch) | |
tree | 16251d96cd8efd5323fa8f095bb29f110030f387 /modules/spotify/spotify.cpp | |
parent | 555810bedc0cf9d9d954f56b5a2c8c92522ad27f (diff) | |
download | 142bot-acd1befde66db492149992199fadca92e55cc97b.tar.gz 142bot-acd1befde66db492149992199fadca92e55cc97b.zip |
sentry: Add sentry support
Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d
Diffstat (limited to 'modules/spotify/spotify.cpp')
-rw-r--r-- | modules/spotify/spotify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string> & mentions) { + sentry_set_tag("module", "spotify"); bot->core->log(dpp::ll_debug, "Got message event"); const char* pcre_error; |