Merge pull request #7545 from overleaf/td-split-test-data-sentry
Record split-test state in Sentry metadata from web clients GitOrigin-RevId: 66dd195c546bd9fb0aedac52844200846c5012ca
This commit is contained in:
@@ -5,11 +5,7 @@ function loadAssignmentsInLocals(splitTestNames) {
|
||||
return async function (req, res, next) {
|
||||
try {
|
||||
for (const splitTestName of splitTestNames) {
|
||||
await SplitTestHandler.promises.assignInLocalsContext(
|
||||
req,
|
||||
res,
|
||||
splitTestName
|
||||
)
|
||||
await SplitTestHandler.promises.getAssignment(req, res, splitTestName)
|
||||
}
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
|
||||
Reference in New Issue
Block a user