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 143c165 commit e2c8d97Copy full SHA for e2c8d97
packages/replay/src/replay.ts
@@ -994,7 +994,7 @@ export class ReplayContainer implements ReplayContainerInterface {
994
995
try {
996
const response = await transport.send(envelope);
997
- // TODO (v8): we can remove this guard once transport.end's type signature doesn't include void anymore
+ // TODO (v8): we can remove this guard once transport.send's type signature doesn't include void anymore
998
if (response) {
999
this._rateLimits = updateRateLimits(this._rateLimits, response);
1000
if (isRateLimited(this._rateLimits, 'replay')) {
0 commit comments