Skip to content

Commit fecaf0e

Browse files
author
Luca Forstner
committed
empty object
1 parent efbc46a commit fecaf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/diagnose-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function diagnoseSdkConnectivity(): Promise<
2929
// We are using the "sentry-sdks" org with id 447951 not to pollute any actual organizations.
3030
'https://o447951.ingest.sentry.io/api/1337/envelope/?sentry_version=7&sentry_key=1337&sentry_client=sentry.javascript.react%2F1.33.7',
3131
{
32-
body: '',
32+
body: '{}',
3333
method: 'POST',
3434
mode: 'cors',
3535
credentials: 'omit',

0 commit comments

Comments
 (0)