Skip to content

Commit bda2f6f

Browse files
committed
fix type errors in utils tests
1 parent 95fbdbf commit bda2f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/test/clientreport.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ClientReport } from '@sentry/types';
33
import { createClientReportEnvelope } from '../src/clientreport';
44
import { serializeEnvelope } from '../src/envelope';
55

6-
const DEFAULT_DISCARDED_EVENTS: Array<ClientReport['discarded_events']> = [
6+
const DEFAULT_DISCARDED_EVENTS: ClientReport['discarded_events'] = [
77
{
88
reason: 'before_send',
99
category: 'event',

0 commit comments

Comments
 (0)