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 97fec0b commit 3de0425Copy full SHA for 3de0425
packages/apm/src/integrations/tracing.ts
@@ -195,7 +195,7 @@ export class Tracing implements Integration {
195
});
196
}
197
198
- // This EventProcessor makes sure the the transaction is not longer than maxTransactionDuration
+ // This EventProcessor makes sure that the transaction is not longer than maxTransactionDuration
199
addGlobalEventProcessor((event: Event) => {
200
const self = getCurrentHub().getIntegration(Tracing);
201
if (!self) {
0 commit comments