| 36 | } |
| 37 | |
| 38 | export 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 | |
| 48 | export async function uploadSourcemaps({ |
| 49 | allowNoop, |
nothing calls this directly
no outgoing calls
no test coverage detected