We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e63d5 commit 84c5570Copy full SHA for 84c5570
packages/remix/test/integration/test/server/loader.test.ts
@@ -8,7 +8,10 @@ describe('Remix API Loaders', () => {
8
const transaction = envelope[2];
9
10
assertSentryTransaction(transaction, {
11
- name: 'routes/loader-json-response/$id',
+ transaction: 'routes/loader-json-response/$id',
12
+ transaction_info: {
13
+ source: 'route',
14
+ },
15
spans: [
16
{
17
description: 'routes/loader-json-response/$id',
0 commit comments