Skip to content

Commit

Permalink
fix: change RUM origin from AWS::RUM::Application to AWS::RUM::AppMon…
Browse files Browse the repository at this point in the history
…itor (#85)
  • Loading branch information
haotiantest committed Feb 9, 2022
1 parent 45e5b03 commit ead3b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/utils/http-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const createXRayTraceEvent = (
const traceEvent: XRayTraceEvent = {
version: '1.0.0',
name,
origin: 'AWS::RUM::Application',
origin: 'AWS::RUM::AppMonitor',
id: generateSegmentId(),
start_time: startTime,
trace_id: generateTraceId(),
Expand Down

0 comments on commit ead3b41

Please sign in to comment.