Open agaibura-tripleten opened 1 month ago
One of the things I found today, is that there are events with different sample rates. For example, I see client_sample_rate=0.1
in Trace Details
of an error event. But I can't find the nature of this param. I see that any sample_rate is equal to 1.0.
Any ideas that can help me here?
Additionally, I deployed a cron job that creates 30 events and then checks the existence of these events in the self-hosted sentry. This cron job never fails.
Assigning to getsentry/sentry for product area triage.
Routing to @getsentry/product-owners-ingestion-and-filtering for triage ⏲️
Assigning to @getsentry/support for routing ⏲️
You can confirm in self hosted that events make it to your instance by directly checking what is ingested into Kafka.
Also you can configure a DSN and see if Relay reports any errors, but if there is no error, Relay did not drop any events. Note, these errors are also logged to the console.
Additionally you should be able to confirm in your stats page how many events make it through to Storage.
Self-Hosted Version
24.8.0
CPU Architecture
x86_64
Docker Version
25.0.5
Docker Compose Version
2.29.5
Steps to Reproduce
sentry_event_id = sentry_sdk.capture_exception(exc)
Expected Result
I see the event data.
Actual Result
The actual result is "Page Not Found".
What I tried to do:
buffer.envelopes_mem
metric. It's less than 200KB at a peak.Event ID
No response