Skip to content

Commit e7e5262

Browse files
committed
feat(core,cloudflare,deno): Add instrumentPostgresJsSql instrumentation
1 parent 0c3b071 commit e7e5262

7 files changed

Lines changed: 1069 additions & 324 deletions

File tree

packages/cloudflare/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export {
8585
moduleMetadataIntegration,
8686
supabaseIntegration,
8787
instrumentSupabaseClient,
88+
instrumentPostgresJsSql,
8889
zodErrorsIntegration,
8990
consoleIntegration,
9091
SEMANTIC_ATTRIBUTE_SENTRY_OP,

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export { dedupeIntegration } from './integrations/dedupe';
120120
export { extraErrorDataIntegration } from './integrations/extraerrordata';
121121
export { rewriteFramesIntegration } from './integrations/rewriteframes';
122122
export { supabaseIntegration, instrumentSupabaseClient } from './integrations/supabase';
123+
export { instrumentPostgresJsSql } from './integrations/postgresjs';
123124
export { zodErrorsIntegration } from './integrations/zoderrors';
124125
export { thirdPartyErrorFilterIntegration } from './integrations/third-party-errors-filter';
125126
export { consoleIntegration } from './integrations/console';

0 commit comments

Comments
 (0)