Add feature flag to force Archon requests to be traced (#5666)

This commit is contained in:
François-Xavier Talbot
2026-03-26 02:34:04 -04:00
committed by GitHub
parent 0731654a1c
commit bf24ed8d12
5 changed files with 30 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ export abstract class XHRUploadClient extends AbstractModrinthClient {
...options.headers,
},
}
this.attachArchonSentryCaptureHeader(mergedOptions)
const context = this.buildUploadContext(url, path, mergedOptions)