File tree Expand file tree Collapse file tree
docs/docs/deployment-self-hosting/observability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -664,15 +664,37 @@ Attributes:
664664 - ` organisation.id `
665665 - ` reason `
666666
667+ ### ` segments.delete_rejected `
668+
669+ Logged at ` warning ` from:
670+ - ` api/segments/views.py:277 `
671+
672+ Attributes:
673+ - ` organisation.id `
674+ - ` project.id `
675+ - ` reason `
676+ - ` segment.id `
677+
667678### ` segments.serializers.segment_revision_created `
668679
669680Logged at ` info ` from:
670- - ` api/segments/serializers.py:215 `
681+ - ` api/segments/serializers.py:231 `
671682
672683Attributes:
673684 - ` revision_id `
674685 - ` segment_id `
675686
687+ ### ` segments.update_rejected `
688+
689+ Logged at ` warning ` from:
690+ - ` api/segments/views.py:253 `
691+
692+ Attributes:
693+ - ` organisation.id `
694+ - ` project.id `
695+ - ` reason `
696+ - ` segment.id `
697+
676698### ` sentry_change_tracking.integration_error `
677699
678700Logged at ` warning ` from:
Original file line number Diff line number Diff line change 69366936 }
69376937 ],
69386938 "readOnly" : true
6939+ },
6940+ "has_overrides" : {
6941+ "description" : " Whether any feature override points at this segment, counting overrides that are live now or scheduled to go live." ,
6942+ "type" : " boolean" ,
6943+ "readOnly" : true
69396944 }
69406945 },
69416946 "required" : [
Original file line number Diff line number Diff line change @@ -19265,6 +19265,10 @@ components:
1926519265 - $ref: '#/components/schemas/_SegmentCohort'
1926619266 - type: 'null'
1926719267 readOnly: true
19268+ has_overrides:
19269+ description: 'Whether any feature override points at this segment, counting overrides that are live now or scheduled to go live.'
19270+ type: boolean
19271+ readOnly: true
1926819272 change_request:
1926919273 type:
1927019274 - integer
@@ -25503,6 +25507,10 @@ components:
2550325507 - $ref: '#/components/schemas/_SegmentCohort'
2550425508 - type: 'null'
2550525509 readOnly: true
25510+ has_overrides:
25511+ description: 'Whether any feature override points at this segment, counting overrides that are live now or scheduled to go live.'
25512+ type: boolean
25513+ readOnly: true
2550625514 PatchedSegmentConfiguration:
2550725515 type: object
2550825516 properties:
@@ -27240,6 +27248,10 @@ components:
2724027248 - $ref: '#/components/schemas/_SegmentCohort'
2724127249 - type: 'null'
2724227250 readOnly: true
27251+ has_overrides:
27252+ description: 'Whether any feature override points at this segment, counting overrides that are live now or scheduled to go live.'
27253+ type: boolean
27254+ readOnly: true
2724327255 required:
2724427256 - name
2724527257 - rules
You can’t perform that action at this time.
0 commit comments