Raygun · Arazzo Workflow
Raygun Publish and Verify Source Map
Version 1.0.0
Upload a source map for an application and confirm it is registered.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentsArazzoWorkflows
Provider
Workflows
publish-source-map
Upload a source map, read it back, and list the application's source maps.
Uploads a source map for the application against its target URI, confirms it by reading the uploaded source map, and lists the application's source maps to show the new entry in context.
1
uploadSourceMap
upload-source-map
Upload the source map to the application using a multipart form body carrying the map file and the URI of the JavaScript file it maps.
2
getSourceMap
source-map
Read the uploaded source map back by identifier to confirm it persisted and capture its stored metadata.
3
listSourceMaps
list-source-maps
List the application's source maps so the newly uploaded entry can be seen in context alongside the others.