We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb74b7 commit 822b704Copy full SHA for 822b704
src/errors.ts
@@ -20,7 +20,8 @@ export function initSentry(dsn: string | undefined) {
20
],
21
integrations: [
22
Sentry.dedupeIntegration(),
23
- Sentry.extraErrorDataIntegration()
+ Sentry.extraErrorDataIntegration(),
24
+ Sentry.httpClientIntegration()
25
26
beforeSend: function (event, hint) {
27
if (!sentryInitialized) return null; // Don't send errors if we're disabled
0 commit comments