SentryTestCommand()
Definition: sentry_test.hpp:15
SENTRY_API sentry_value_t sentry_value_new_message_event(sentry_level_t level, const char *logger, const char *text)
Creates a new message event value.
SENTRY_API sentry_uuid_t sentry_capture_event(sentry_value_t event)
Sends a sentry event.
BLAM void LogEventForce(std::string message, LogSeverity severity)
Forcibly logs a message to the log and/or console.
Definition: aliases.cpp:137
~SentryTestCommand()
Definition: sentry_test.hpp:23
A command to test Sentry functionality.
Definition: sentry_test.hpp:12
CommandStatus onCommand(std::vector< std::string > arguments)
Called upon command execution.
Definition: sentry_test.hpp:28