| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SourcemapFileResponse |
RumApi.getSourcemaps(String filename,
String service,
String version)
Get a JavaScript source map.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SourcemapFileResponse> |
RumApi.getSourcemapsAsync(String filename,
String service,
String version)
Get a JavaScript source map.
|
ApiResponse<SourcemapFileResponse> |
RumApi.getSourcemapsWithHttpInfo(String filename,
String service,
String version)
Retrieves the content of a specific JavaScript source map file by its filename, service name,
and version.
|
CompletableFuture<ApiResponse<SourcemapFileResponse>> |
RumApi.getSourcemapsWithHttpInfoAsync(String filename,
String service,
String version)
Get a JavaScript source map.
|
| Modifier and Type | Method and Description |
|---|---|
SourcemapFileResponse |
SourcemapFileResponse.data(SourcemapFileData data) |
SourcemapFileResponse |
SourcemapFileResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.