@coralogix/rum-cli 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/assets/docs-illustration.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,6 +74,8 @@ COMMIT_HASH=$(git rev-parse HEAD)
|
|
|
74
74
|
coralogix-rum-cli upload-source-maps -k "$PRIVATE_KEY" -a "$APPLICATION" -r "$RELEASE_NAME" -f "$SOURCE_MAPS_PATH" -e "$ENV" -c "$COMMIT_HASH" -n "$REPO_NAME" -o "$ORG_NAME"
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
+
<br>
|
|
78
|
+
|
|
77
79
|
| IMPORTANT: The $RELEASE_ID must align with the content of the version field in your CoralogixRum.init() configuration in [Coralogix SDK for Browsers](https://www.npmjs.com/package/@coralogix/browser) |
|
|
78
80
|
| --- |
|
|
79
81
|
|
|
@@ -93,7 +95,7 @@ By following these instructions, you can effortlessly upload source maps using t
|
|
|
93
95
|
# Illustration
|
|
94
96
|
Here's an overview of the process, showing the parsed stacktrace in the source map:
|
|
95
97
|
|
|
96
|
-

|
|
97
99
|
|
|
98
100
|
# Available Environments
|
|
99
101
|
|
|
Binary file
|