Skip to content

Commit 0e9c365

Browse files
author
David Wang
authored
fix(crons): Add missing CSRF exemption for attachment endpoint (#45695)
Similar to #45694
1 parent b3d9150 commit 0e9c365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/api/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,7 @@
13501350
method_dispatch(
13511351
GET=OrganizationMonitorCheckInAttachmentEndpoint.as_view(),
13521352
POST=MonitorIngestCheckinAttachmentEndpoint.as_view(), # Legacy ingest endpoint
1353+
csrf_exempt=True,
13531354
),
13541355
name="sentry-api-0-organization-monitor-check-in-attachment",
13551356
),

0 commit comments

Comments
 (0)