DEV: Correct link in uppy-debugging warning message (#29256)

Followup to 06d32a8a
This commit is contained in:
David Taylor 2024-10-17 15:30:18 +01:00 committed by GitHub
parent c08c40dc23
commit 4bb9e0e8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ export default class UppyUploadDebugging {
instrumentUploadTimings(uppy) {
if (!this.#performanceApiSupport()) {
warn(
"Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/this.#performanceMeasure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645",
"Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/Performance/measure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645",
{ id: "discourse.upload-debugging" }
);
return;