Skip to content

Commit 84c5570

Browse files
committed
add source
1 parent c6e63d5 commit 84c5570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/remix/test/integration/test/server/loader.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ describe('Remix API Loaders', () => {
88
const transaction = envelope[2];
99

1010
assertSentryTransaction(transaction, {
11-
name: 'routes/loader-json-response/$id',
11+
transaction: 'routes/loader-json-response/$id',
12+
transaction_info: {
13+
source: 'route',
14+
},
1215
spans: [
1316
{
1417
description: 'routes/loader-json-response/$id',

0 commit comments

Comments
 (0)