Skip to content

feat: Add option for in-memory event collection #60

feat: Add option for in-memory event collection

feat: Add option for in-memory event collection #60

Triggered via pull request June 26, 2024 10:17
Status Failure
Total duration 33s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: src/constants.js#L91
Missing semicolon
lint: src/eventEmitterMixin.js#L12
More than 1 blank line not allowed
lint: src/eventEmitterMixin.js#L16
Expected parentheses around arrow function argument
lint: src/inMemoryEventStorage.js#L50
'result' is never reassigned. Use 'const' instead
lint: src/inMemoryEventStorage.js#L57
Unexpected var, use let or const instead
lint: src/inMemoryEventStorage.js#L57
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
lint: src/inMemoryEventStorage.js#L61
Expected space(s) after "while"
lint: src/inMemoryEventStorage.js#L62
'item' is never reassigned. Use 'const' instead
lint: src/transport/dummy.js#L19
Expected 'this' to be used by class setter 'enableCompression'
lint: test/trap.in-memory-buffer.test.js#L55
'collectedEvents' is never reassigned. Use 'const' instead
lint: src/transport/transport.js#L49
Unexpected console statement
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.