We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbc46a commit fecaf0eCopy full SHA for fecaf0e
packages/browser/src/diagnose-sdk.ts
@@ -29,7 +29,7 @@ export async function diagnoseSdkConnectivity(): Promise<
29
// We are using the "sentry-sdks" org with id 447951 not to pollute any actual organizations.
30
'https://o447951.ingest.sentry.io/api/1337/envelope/?sentry_version=7&sentry_key=1337&sentry_client=sentry.javascript.react%2F1.33.7',
31
{
32
- body: '',
+ body: '{}',
33
method: 'POST',
34
mode: 'cors',
35
credentials: 'omit',
0 commit comments