Skip to content

Commit 2a5e9ab

Browse files
committed
no trailing comma lol
1 parent 438c0f8 commit 2a5e9ab

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
@@ -17,7 +17,7 @@ if (process.env.REACT_APP_SENTRY_DSN) {
1717
tracingOrigins: ['sourcemaps.io']
1818
}),
1919
new Sentry.Replay()
20-
],
20+
]
2121
});
2222
}
2323

0 commit comments

Comments
 (0)