Skip to content

Commit d5cb7b7

Browse files
author
Ryan Albrecht
committed
Remove trailing comma for CI build
1 parent a808d2f commit d5cb7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (process.env.REACT_APP_SENTRY_DSN) {
1313
dsn: process.env.REACT_APP_SENTRY_DSN,
1414
release: process.env.REACT_APP_GIT_SHA,
1515
integrations: [new BrowserTracing(), new Replay({
16-
sessionSampleRate: 1.0,
16+
sessionSampleRate: 1.0
1717
})],
1818
tracesSampleRate: 1.0
1919
});

0 commit comments

Comments
 (0)