Merge branch 'sentry-deno' into 'main'

Switch to sentry-deno

See merge request soapbox-pub/ditto!61
This commit is contained in:
Alex Gleason 2023-11-21 01:27:57 +00:00
commit 944c2a401d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export { S3Client } from 'https://deno.land/x/s3_lite_client@0.6.1/mod.ts';
export { default as IpfsHash } from 'npm:ipfs-only-hash@^4.0.0';
export { default as uuid62 } from 'npm:uuid62@^1.0.2';
export { Machina } from 'https://gitlab.com/soapbox-pub/nostr-machina/-/raw/08a157d39f2741c9a3a4364cb97db36e71d8c03a/mod.ts';
export * as Sentry from 'npm:@sentry/node@^7.73.0';
export * as Sentry from 'https://deno.land/x/sentry@7.78.0/index.js';
export { sentry as sentryMiddleware } from 'npm:@hono/sentry@^1.0.0';
export type * as TypeFest from 'npm:type-fest@^4.3.0';