Skip to content

"Sentry is attempting to send x pending error messages" showing up despite no error occurred #2027

@fguy

Description

@fguy

How do you use Sentry?

Sentry Saas (sentry.io)

Version

1.19

Steps to Reproduce

  1. Ran a process integrating with Sentry performance
  2. Finished without error
  3. This shows up:
Sentry is attempting to send 2 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit

Expected Result

Sentry is attempting to send 2 pending error messages -> events
Waiting up to 2 seconds
Press Ctrl-C to quit

Actual Result

image

It seems like sentry-python handles errors and traces in the same way in atexit callback. Please update the message from "error messages" to "events" if so.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions