mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
9 lines
217 B
Python
9 lines
217 B
Python
from core import sentry_setup
|
|
|
|
|
|
def test_sentry_capture():
|
|
sentry_setup.init_sentry_logging()
|
|
|
|
assert sentry_setup.client is not None
|
|
|
|
sentry_setup.client.captureMessage("Message from test_sentry module.") |