Skip to content

Commit 3de0425

Browse files
HazATkamilogorek
andauthored
Update packages/apm/src/integrations/tracing.ts
Co-Authored-By: Kamil Ogórek <[email protected]>
1 parent 97fec0b commit 3de0425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apm/src/integrations/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export class Tracing implements Integration {
195195
});
196196
}
197197

198-
// This EventProcessor makes sure the the transaction is not longer than maxTransactionDuration
198+
// This EventProcessor makes sure that the transaction is not longer than maxTransactionDuration
199199
addGlobalEventProcessor((event: Event) => {
200200
const self = getCurrentHub().getIntegration(Tracing);
201201
if (!self) {

0 commit comments

Comments
 (0)