Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Occured Time Wrong #74047

Closed
xuweixi10 opened this issue Jun 30, 2024 · 7 comments
Closed

Event Occured Time Wrong #74047

xuweixi10 opened this issue Jun 30, 2024 · 7 comments

Comments

@xuweixi10
Copy link

Self-Hosted Version

24.6.0

CPU Architecture

x86_64

Docker Version

24.0.7

Docker Compose Version

2.23.3

Steps to Reproduce

triggle a event

Expected Result

the latency should less than one minute

Actual Result

截屏2024-06-30 19 32 32

Event ID

No response

@xuweixi10
Copy link
Author

Maybe about timezone But i'm sure all the container in on UTC

@hubertdeng123
Copy link
Member

I believe the received timestamp should be when the event is ingested, while the occurred timestamp will be the timestamp when the event has happened. The latency is dependent on multiple factors. There may have been network connection issues that caused the event not to be ingested in time.

@xuweixi10
Copy link
Author

I think it's a time zone issue, after i trace the event, i find the the datetime generate caused this problem. here is the code
截屏2024-07-03 11 02 06
on eventstore/models.py 119 Sentry 24.6.0
it should be convert to datetime use utc

@hubertdeng123 hubertdeng123 transferred this issue from getsentry/self-hosted Jul 9, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Jul 9, 2024

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Jul 9, 2024

Routing to @getsentry/product-owners-issues for triage ⏲️

@serrrios
Copy link

any news by this issue?

@scttcper
Copy link
Member

The latency depends on sdks and the devices where they're catching errors. For example, a crashed android app might not send the error event until the next time it is opened causing a large latency. Closing because if you're seeing lots of latency with a Sentry SDK in particular you should open an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

5 participants