10000
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 68fa16c commit 8d9c2bfCopy full SHA for 8d9c2bf
packages/browser/src/transports/base.ts
@@ -171,7 +171,7 @@ export abstract class BaseTransport implements Transport {
171
172
this._rateLimits = updateRateLimits(this._rateLimits, headers);
173
// eslint-disable-next-line deprecation/deprecation
174
- if (this._isRateLimited(requestType) && isDebugBuild()) {
+ if (this._isRateLimited(requestType)) {
175
isDebugBuild() &&
176
177
logger.warn(`Too many ${requestType} requests, backing off until: ${this._disabledUntil(requestType)}`);
0 commit comments