Skip to content

Commit 6972ebe

Browse files
committed
adjust remix origins
1 parent ba6e299 commit 6972ebe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/remix/src/client/performance.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function remixRouterInstrumentation(useEffect: UseEffect, useLocation: Us
6565
activeTransaction = customStartTransaction({
6666
name: initPathName,
6767
op: 'pageload',
68-
origin: 'auto.http.remix',
68+
origin: 'auto.pageload.remix',
6969
tags: DEFAULT_TAGS,
7070
metadata: {
7171
source: 'url',
@@ -143,7 +143,7 @@ export function withSentry<P extends Record<string, unknown>, R extends React.FC
143143
activeTransaction = _customStartTransaction({
144144
name: matches[matches.length - 1].id,
145145
op: 'navigation',
146-
origin: 'auto.http.remix',
146+
origin: 'auto.navigation.remix',
147147
tags: DEFAULT_TAGS,
148148
metadata: {
149149
source: 'route',

packages/remix/src/utils/instrumentServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function makeWrappedDocumentRequestFunction(
140140
try {
141141
const span = activeTransaction?.startChild({
142142
op: 'function.remix.document_request',
143-
origin: 'auto.ui.remix',
143+
origin: 'auto.function.remix',
144144
description: activeTransaction.name,
145145
tags: {
146146
method: request.method,

0 commit comments

Comments
 (0)