Skip to content

Commit

Permalink
chore: SplunkZipkinExporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Jan 13, 2025
1 parent 683f181 commit 29c9b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/tests/SplunkExporter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ describe('SplunkZipkinExporter', () => {
exporter = new SplunkZipkinExporter({
url: 'https://localhost',
xhrSender: xhrSenderMock,
// @ts-expect-error null is not a valid value
onAttributesSerializing: (attributes) => ({
...attributes,
key1: 'new value 1',
Expand Down

0 comments on commit 29c9b48

Please sign in to comment.