We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e5b03 commit ead3b41Copy full SHA for ead3b41
src/plugins/utils/http-utils.ts
@@ -89,7 +89,7 @@ export const createXRayTraceEvent = (
89
const traceEvent: XRayTraceEvent = {
90
version: '1.0.0',
91
name,
92
- origin: 'AWS::RUM::Application',
+ origin: 'AWS::RUM::AppMonitor',
93
id: generateSegmentId(),
94
start_time: startTime,
95
trace_id: generateTraceId(),
0 commit comments