MCPcopy Index your code
hub / github.com/hyperdxio/hyperdx / UploadSourcemapsOptions

Interface UploadSourcemapsOptions

packages/cli/src/sourcemaps.ts:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface UploadSourcemapsOptions {
39 allowNoop?: boolean;
40 serviceKey: string;
41 apiUrl?: string;
42 apiVersion?: string;
43 basePath?: string;
44 path: string;
45 releaseId?: string;
46}
47
48export async function uploadSourcemaps({
49 allowNoop,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected