mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
cleanup
This commit is contained in:
parent
cf39629115
commit
a7c4078a09
@ -31,7 +31,7 @@ class ErrorTrackingSymbolSetViewSet(
|
||||
serializer_class = ErrorTrackingSymbolSetSerializer
|
||||
queryset = ErrorTrackingSymbolSet.objects.all()
|
||||
|
||||
scope_object_read_actions = ["list", "retrieve", "stack_frames"] # Add this line
|
||||
scope_object_read_actions = ["list", "retrieve", "stack_frames"]
|
||||
|
||||
def safely_get_queryset(self, queryset: QuerySet) -> QuerySet:
|
||||
return queryset.filter(team_id=self.team.id)
|
||||
|
@ -97,8 +97,6 @@ async fn main() {
|
||||
.await
|
||||
.expect("Failed to send event to Kafka");
|
||||
|
||||
info!("Processed event");
|
||||
|
||||
offset.store().unwrap();
|
||||
|
||||
metrics::counter!(STACK_PROCESSED).increment(1);
|
||||
|
Loading…
Reference in New Issue
Block a user