Skip to content

Add EventBatcher transport #564

Add EventBatcher transport

Add EventBatcher transport #564

Triggered via pull request June 1, 2026 18:40
Status Failure
Total duration 39s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
lint
Process completed with exit code 1.
lint: packages/core/src/utils/event-dedupe-transport.ts#L57
Public accessibility modifier on method definition constructor
lint: packages/core/src/utils/event-dedupe-transport.ts#L5
'Type' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/core/src/utils/event-dedupe-transport.ts#L5
'CatcherMessage' is already declared in the upper scope on line 1 column 15
tests/catcher.before-send.test.ts > Catcher > should send original event when beforeSend returns 'number (42)': packages/browser/tests/catcher.before-send.test.ts#L62
AssertionError: expected "vi.fn()" to be called once, but got 0 times ❯ tests/catcher.before-send.test.ts:62:21
tests/catcher.before-send.test.ts > Catcher > should send original event when beforeSend returns 'null': packages/browser/tests/catcher.before-send.test.ts#L62
AssertionError: expected "vi.fn()" to be called once, but got 0 times ❯ tests/catcher.before-send.test.ts:62:21
tests/catcher.before-send.test.ts > Catcher > should send original event when beforeSend returns 'undefined': packages/browser/tests/catcher.before-send.test.ts#L62
AssertionError: expected "vi.fn()" to be called once, but got 0 times ❯ tests/catcher.before-send.test.ts:62:21
tests/catcher.before-send.test.ts > Catcher > should send modified event when beforeSend mutates and returns it: packages/browser/tests/catcher.before-send.test.ts#L34
AssertionError: expected "vi.fn()" to be called once, but got 0 times ❯ tests/catcher.before-send.test.ts:34:21
tests/catcher.before-send.test.ts > Catcher > should send event as-is when beforeSend returns it unchanged: packages/browser/tests/catcher.before-send.test.ts#L17
AssertionError: expected "vi.fn()" to be called once, but got 0 times ❯ tests/catcher.before-send.test.ts:17:21
tests/catcher.addons.test.ts > Catcher > integration addons via captureError() > should preserve standard browser addons when integration addons are merged: packages/browser/tests/catcher.helpers.ts#L20
TypeError: Cannot read properties of undefined (reading '0') ❯ Module.getLastPayload tests/catcher.helpers.ts:20:32 ❯ tests/catcher.addons.test.ts:90:22
tests/catcher.addons.test.ts > Catcher > integration addons via captureError() > should merge integration-specific addons: packages/browser/tests/catcher.helpers.ts#L20
TypeError: Cannot read properties of undefined (reading '0') ❯ Module.getLastPayload tests/catcher.helpers.ts:20:32 ❯ tests/catcher.addons.test.ts:77:14
tests/catcher.addons.test.ts > Catcher > environment addons > should not include raw error data for string errors even in debug mode: packages/browser/tests/catcher.helpers.ts#L20
TypeError: Cannot read properties of undefined (reading '0') ❯ Module.getLastPayload tests/catcher.helpers.ts:20:32 ❯ tests/catcher.addons.test.ts:59:14
tests/catcher.addons.test.ts > Catcher > environment addons > should include raw error data in debug mode: packages/browser/tests/catcher.helpers.ts#L20
TypeError: Cannot read properties of undefined (reading '0') ❯ Module.getLastPayload tests/catcher.helpers.ts:20:32 ❯ tests/catcher.addons.test.ts:46:14
tests/catcher.addons.test.ts > Catcher > environment addons > should include GET parameters when the URL has a query string: packages/browser/tests/catcher.helpers.ts#L20
TypeError: Cannot read properties of undefined (reading '0') ❯ Module.getLastPayload tests/catcher.helpers.ts:20:32 ❯ tests/catcher.addons.test.ts:34:14
lint: packages/browser/src/catcher.ts#L232
Missing JSDoc @param "settings" description
lint: packages/browser/src/addons/performance-issues.ts#L356
Missing JSDoc @param "webVitalsOptions" description
lint: packages/browser/src/addons/performance-issues.ts#L331
'supportsEntryType' was used before it was defined
lint: packages/browser/src/addons/performance-issues.ts#L116
'getWebVitalRatingThresholds' was used before it was defined
lint: packages/browser/src/addons/performance-issues.ts#L109
Missing JSDoc @param "webVitalsOptions" description