rozod
    Preparing search index...

    Variable postBundleMetricsReportConst Api Param Description

    postBundleMetricsReport: EndpointGeneric<
        {},
        Record<string, never>,
        {
            bundleContentType: 0 | 1 | 2;
            bundleName: string;
            bundleUrl: string;
            cdnProviderName: string;
            loadState: 0 | 1 | 2 | 3;
            loadTimeInMilliseconds: number;
        },
    > = ...

    POST https://metrics.roblox.com/v1/bundle-metrics/report Records bundle load successes. body The Roblox.Metrics.Api.RecordBundleLoadRequest. Xsrf protection disabled because this endpoint is supposed to be used to record static content. It's possible XSRF can't be retried if:

    • The XSRF retry JavaScript fails to load (or fails to execute)
    • CSS fails to load before JavaScript finishes loading.