Skip to content

Commit 707a28a

Browse files
Update create-upload-source-maps-rum.md (#3887)
Add an update to clarify that source maps (RUM) is not available for Serverless projects --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
1 parent 1478ba2 commit 707a28a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solutions/observability/apm/apm-agents/create-upload-source-maps-rum.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/apm-source-map-how-to.html
44
applies_to:
55
stack: ga
6+
serverless: unavailable
67
products:
78
- id: observability
89
- id: apm
@@ -119,7 +120,7 @@ curl -X POST "http://localhost:5601/api/apm/sourcemaps" \
119120
```
120121

121122
1. This example uses the version from `package.json`
122-
2. The API key used here needs to have appropriate privileges. Refer to the [{{stack}}](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-apm-sourcemaps) or [{{serverless-short}}](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-apm-sourcemaps) API documentation.
123+
2. The API key used here needs to have appropriate privileges. Refer to the [{{stack}}](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-apm-sourcemaps) API documentation.
123124

124125
### Upload via a custom app [apm-source-map-custom-app]
125126

0 commit comments

Comments
 (0)