We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc55cd3 commit 192c023Copy full SHA for 192c023
sentry_sdk/integrations/atexit.py
@@ -27,7 +27,7 @@ def echo(msg):
27
# type: (str) -> None
28
sys.stderr.write(msg + "\n")
29
30
- echo("Sentry is attempting to send %i pending error messages" % pending)
+ echo("Sentry is attempting to send %i pending events" % pending)
31
echo("Waiting up to %s seconds" % timeout)
32
echo("Press Ctrl-%s to quit" % (os.name == "nt" and "Break" or "C"))
33
sys.stderr.flush()
0 commit comments