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 cd9598d commit b63e9e7Copy full SHA for b63e9e7
packages/replay/src/replay.ts
@@ -1001,7 +1001,7 @@ export class ReplayContainer implements ReplayContainerInterface {
1001
1002
try {
1003
const response = await transport.send(envelope);
1004
- // 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
1005
if (response) {
1006
this._rateLimits = updateRateLimits(this._rateLimits, response);
1007
if (isRateLimited(this._rateLimits, 'replay')) {
0 commit comments