Skip to content

Crons client reports are not working #2589

Closed
@gaprl

Description

@gaprl

How do you use Sentry?

Sentry Saas (sentry.io)

Version

1.39.0

Expected Result

We've recently enabled client reports for Crons, but they don't seem to be working in the Python SDK. It'd be valuable to know if check-ins are being dropped due to network issues or other causes, since our SDKs have a no-retry policy.

This works:

sentry_sdk.Hub.current.client.transport.record_lost_event("event_processor", data_category="monitor")

My hunch is that we're either sending the incorrect data category, or client reports for crons isn't implemented.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions