Skip to content

Commit e08fce2

Browse files
committed
Use event timestamp when recording TSDB data points.
1 parent b2e9a60 commit e08fce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/event_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def _save_aggregate(self, event, hashes, **kwargs):
621621
tsdb.incr_multi([
622622
(tsdb.models.group, group.id),
623623
(tsdb.models.project, project.id),
624-
])
624+
], timestamp=event.datetime)
625625

626626
return group, is_new, is_regression, is_sample
627627

0 commit comments

Comments
 (0)