Skip to content

Commit 9510f7b

Browse files
committed
Improve logging of fetch failures
1 parent b2226e8 commit 9510f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skin-museum-client/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SENTRY_DSN } from "./constants";
1010

1111
Sentry.init({
1212
dsn: SENTRY_DSN,
13-
integrations: [Sentry.replayIntegration()],
13+
integrations: [Sentry.replayIntegration(), Sentry.httpClientIntegration()],
1414

1515
// Set tracesSampleRate to 1.0 to capture 100%
1616
// of transactions for tracing.

0 commit comments

Comments
 (0)