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 2c8e882 commit d193e66Copy full SHA for d193e66
src/lib/api/infrastructure.ts
@@ -47,7 +47,7 @@ export function throwApiError(
47
throw new ApiError(
48
`${context}: Network error`,
49
0,
50
- `Unable to reach Sentry API. Cause: ${cause}\n\nCheck your internet connection and try again.`
+ `Unable to reach Sentry API. Cause: ${cause}\n\n Check your internet connection and try again.`
51
);
52
}
53
0 commit comments