Skip to content

Commit 7e197cc

Browse files
committed
Assert transaction names.
1 parent d572c1e commit 7e197cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('Remix API Actions', () => {
1616
const transaction = envelope[2];
1717

1818
assertSentryTransaction(transaction, {
19+
transaction: 'routes/action-json-response/$id',
1920
spans: [
2021
{
2122
description: 'routes/action-json-response/$id',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('Remix API Loaders', () => {
1616
const transaction = envelope[2];
1717

1818
assertSentryTransaction(transaction, {
19+
transaction: 'root',
1920
spans: [
2021
{
2122
description: 'root',

0 commit comments

Comments
 (0)