Switch to @sentry/deno, upgrade to latest version

This commit is contained in:
Alex Gleason 2023-11-20 18:58:40 -06:00
parent cecb225f42
commit 91c9769cf1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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 IpfsHash } from 'npm:ipfs-only-hash@^4.0.0';
export { default as uuid62 } from 'npm:uuid62@^1.0.2'; 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 { 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 'npm:@sentry/deno@^7.81.0';
export { sentry as sentryMiddleware } from 'npm:@hono/sentry@^1.0.0'; export { sentry as sentryMiddleware } from 'npm:@hono/sentry@^1.0.0';
export type * as TypeFest from 'npm:type-fest@^4.3.0'; export type * as TypeFest from 'npm:type-fest@^4.3.0';