Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jan 21, 2025
1 parent fbee088 commit f683884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ test('Event emitter', async () => {
data: {
'sentry.source': 'custom',
'sentry.op': 'event.nestjs',
'sentry.sample_rate': 1,
'sentry.origin': 'auto.event.nestjs',
},
origin: 'auto.event.nestjs',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
data: {
'sentry.source': 'route',
'sentry.origin': 'auto.http.otel.http',
'sentry.sample_rate': 1,
'sentry.op': 'http.server',
url: `http://localhost:3030/test-inbound-headers/${id}`,
'otel.kind': 'SERVER',
Expand Down

0 comments on commit f683884

Please sign in to comment.