Skip to content

Commit

Permalink
add source
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 29, 2022
1 parent c6e63d5 commit 84c5570
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/remix/test/integration/test/server/loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ describe('Remix API Loaders', () => {
const transaction = envelope[2];

assertSentryTransaction(transaction, {
name: 'routes/loader-json-response/$id',
transaction: 'routes/loader-json-response/$id',
transaction_info: {
source: 'route',
},
spans: [
{
description: 'routes/loader-json-response/$id',
Expand Down

0 comments on commit 84c5570

Please sign in to comment.