Update associate-issue-with-sentry.ts

This commit is contained in:
Jarred Sumner
2024-10-25 23:47:15 -07:00
parent 4f5660a6f7
commit 7053212566

View File

@@ -15,7 +15,7 @@ if (!sentryId) {
throw new Error("Missing sentry_id");
}
const response = await fetch(`https://sentry.io/api/0/organizations/4507155222364160/events/${sentryId}/`, {
const response = await fetch(`https://sentry.io/api/0/organizations/4507155222364160/eventids/${sentryId}/`, {
headers: {
Authorization: `Bearer ${SENTRY_AUTH_TOKEN}`,
},