Skip to content

Commit 822b704

Browse files
committed
Enable HTTP failure details logging
1 parent 1fb74b7 commit 822b704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/errors.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export function initSentry(dsn: string | undefined) {
2020
],
2121
integrations: [
2222
Sentry.dedupeIntegration(),
23-
Sentry.extraErrorDataIntegration()
23+
Sentry.extraErrorDataIntegration(),
24+
Sentry.httpClientIntegration()
2425
],
2526
beforeSend: function (event, hint) {
2627
if (!sentryInitialized) return null; // Don't send errors if we're disabled

0 commit comments

Comments
 (0)