File tree 3 files changed +27
-14
lines changed
3 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"get" : {
3
3
"tags" : [" Events" ],
4
- "description" : " Return a list of events bound to a project." ,
5
- "operationId" : " List a Project's Events" ,
4
+ "description" : " Return a list of error events bound to a project." ,
5
+ "operationId" : " List a Project's Error Events" ,
6
6
"parameters" : [
7
7
{
8
8
"name" : " organization_slug" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class ProjectEventsEndpoint(ProjectEndpoint):
29
29
30
30
def get (self , request : Request , project ) -> Response :
31
31
"""
32
- List a Project's Events
32
+ List a Project's Error Events
33
33
```````````````````````
34
34
35
35
Return a list of events bound to a project.
Original file line number Diff line number Diff line change 580
580
" OrganizationEventsEndpoint::GET"
581
581
],
582
582
"private" : [],
583
- "experimental" : [],
583
+ "experimental" : [
584
+ " OrganizationSpansAggregationEndpoint::GET"
585
+ ],
584
586
"unknown" : [
585
587
" KeyTransactionEndpoint::DELETE" ,
586
588
" KeyTransactionEndpoint::GET" ,
628
630
]
629
631
},
630
632
"discover-n-dashboards" : {
631
- "block_start" : 630 ,
633
+ "block_start" : 632 ,
632
634
"public" : [],
633
635
"private" : [],
634
636
"experimental" : [],
643
645
]
644
646
},
645
647
"enterprise" : {
646
- "block_start" : 645 ,
648
+ "block_start" : 647 ,
647
649
"public" : [
648
650
" OrganizationSCIMMemberDetails::DELETE" ,
649
651
" OrganizationSCIMMemberDetails::GET" ,
658
660
" OrganizationStatsEndpointV2::GET"
659
661
],
660
662
"private" : [
663
+ " ReleaseThresholdDetailsEndpoint::GET" ,
661
664
" ReleaseThresholdEndpoint::GET" ,
662
665
" ReleaseThresholdEndpoint::POST"
663
666
],
701
704
]
702
705
},
703
706
"telemetry-experience" : {
704
- "block_start" : 703 ,
707
+ "block_start" : 706 ,
705
708
"public" : [],
706
709
"private" : [],
707
710
"experimental" : [],
718
721
]
719
722
},
720
723
"team-starfish" : {
721
- "block_start" : 720 ,
724
+ "block_start" : 723 ,
722
725
"public" : [],
723
726
"private" : [],
724
727
"experimental" : [],
728
731
]
729
732
},
730
733
"growth" : {
731
- "block_start" : 730 ,
734
+ "block_start" : 733 ,
732
735
"public" : [],
733
736
"private" : [],
734
737
"experimental" : [],
737
740
]
738
741
},
739
742
"feedback-backend" : {
740
- "block_start" : 739 ,
743
+ "block_start" : 742 ,
741
744
"public" : [],
742
745
"private" : [],
743
746
"experimental" : [
744
747
" FeedbackIngestEndpoint::POST" ,
745
- " OrganizationFeedbackIndexEndpoint::GET"
748
+ " OrganizationFeedbackIndexEndpoint::GET" ,
749
+ " ProjectFeedbackDetailsEndpoint::GET"
746
750
],
747
751
"unknown" : []
748
752
},
749
753
"replay-backend" : {
750
- "block_start" : 749 ,
754
+ "block_start" : 753 ,
751
755
"public" : [],
752
756
"private" : [],
753
757
"experimental" : [],
756
760
]
757
761
},
758
762
"profiling" : {
759
- "block_start" : 758 ,
763
+ "block_start" : 762 ,
760
764
"public" : [],
761
765
"private" : [],
762
766
"experimental" : [],
771
775
" ProjectProfilingTransactionIDProfileIDEndpoint::GET"
772
776
]
773
777
},
778
+ "team-web-sdk-frontend" : {
779
+ "block_start" : 778 ,
780
+ "public" : [],
781
+ "private" : [
782
+ " SourceMapDebugBlueThunderEditionEndpoint::GET"
783
+ ],
784
+ "experimental" : [],
785
+ "unknown" : []
786
+ },
774
787
"hybrid-cloud" : {
775
- "block_start" : 774 ,
788
+ "block_start" : 787 ,
776
789
"public" : [],
777
790
"private" : [],
778
791
"experimental" : [],
You can’t perform that action at this time.
0 commit comments