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 a5ca0ad commit e50fa30Copy full SHA for e50fa30
docs/platforms/javascript/common/performance/instrumentation/custom-instrumentation/queues-module.mdx
@@ -97,14 +97,12 @@ const latency = Date.now() - message.timestamp;
97
98
Sentry.continueTrace(
99
{ sentryTrace: message.traceHeader, baggage: message.baggageHeader },
100
- (transactionContext) => {
+ () => {
101
Sentry.startSpan({
102
- ...transactionContext,
103
name: 'queue_consumer_transaction',
104
},
105
(parent) => {
106
107
108
name: 'queue_consumer',
109
op: 'queue.process',
110
attributes: {
0 commit comments