We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ac62 commit 0dd5230Copy full SHA for 0dd5230
packages/deno/test/mod.test.ts
@@ -10,6 +10,7 @@ import { makeTestTransport } from './transport.ts';
10
function getTestClient(
11
callback: (event?: sentryTypes.Event) => void,
12
integrations: sentryTypes.Integration[] = [],
13
+ // eslint-disable-next-line deprecation/deprecation
14
): [Hub, DenoClient] {
15
const client = new DenoClient({
16
dsn: 'https://[email protected]/5650507',
0 commit comments