JSFiddle - React, Tailwind, and code Playground

by eurica

JavaScript

const request = await DG.DemoWindow.request(
  "https://app.opslevel.com/integrations/custom_event/4d543046-2116-4243-9afe-db3df37fdd67", {
    "method": "POST",
    "headers": {
      "Content-Type": "image/jpeg"
    },
    "mode": 'no-cors',
    "body": '{ "id": "1234", "title": "SyntaxError", "status": "unresolved", "level": "error", "count": "1", "permalink": "https://sentry.io/organizations/xxxxxx", "project": { "id": "56789", "name": "catalog-service", "slug": "project" } }'
  })
alert(request)