We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e3998 commit 6cd7648Copy full SHA for 6cd7648
src/features/page_view_event/aggregate/index.js
@@ -151,7 +151,7 @@ export class Aggregate extends AggregateBase {
151
if (status >= 400 || status === 0) {
152
warn(18, status)
153
this.blocked = true
154
-
+
155
// Get estimated payload size of our backlog
156
const textEncoder = new TextEncoder()
157
const payloadSize = Object.values(newrelic.ee.backlog).reduce((acc, value) => {
0 commit comments