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 bc209e5 commit 9786284Copy full SHA for 9786284
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