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 95679d7 commit e04378aCopy full SHA for e04378a
packages/sveltekit/test/client/load.test.ts
@@ -114,20 +114,8 @@ describe('wrapLoadWithSentry', () => {
114
{
115
op: 'function.sveltekit.load',
116
name: '/users/[id]',
117
- parentSampled: true,
118
- parentSpanId: '1234567890abcdef',
119
status: 'ok',
120
- traceId: '1234567890abcdef1234567890abcdef',
121
metadata: {
122
- dynamicSamplingContext: {
123
- environment: 'production',
124
- public_key: 'dogsarebadatkeepingsecrets',
125
- release: '1.0.0',
126
- sample_rate: '1',
127
- trace_id: '1234567890abcdef1234567890abcdef',
128
- transaction: 'dogpark',
129
- user_segment: 'segmentA',
130
- },
131
source: 'route',
132
},
133
0 commit comments