Skip to content

Commit 0dd5230

Browse files
committed
deno
1 parent ff7ac62 commit 0dd5230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/deno/test/mod.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { makeTestTransport } from './transport.ts';
1010
function getTestClient(
1111
callback: (event?: sentryTypes.Event) => void,
1212
integrations: sentryTypes.Integration[] = [],
13+
// eslint-disable-next-line deprecation/deprecation
1314
): [Hub, DenoClient] {
1415
const client = new DenoClient({
1516
dsn: 'https://[email protected]/5650507',

0 commit comments

Comments
 (0)