Skip to content

Commit ead3b41

Browse files
authored
fix: change RUM origin from AWS::RUM::Application to AWS::RUM::AppMonitor (#85)
1 parent 45e5b03 commit ead3b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/utils/http-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const createXRayTraceEvent = (
8989
const traceEvent: XRayTraceEvent = {
9090
version: '1.0.0',
9191
name,
92-
origin: 'AWS::RUM::Application',
92+
origin: 'AWS::RUM::AppMonitor',
9393
id: generateSegmentId(),
9494
start_time: startTime,
9595
trace_id: generateTraceId(),

0 commit comments

Comments
 (0)