Skip to content

Commit

Permalink
#35 Explicitly include performance metrics integrations for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 28, 2023
1 parent f9245fb commit 99e3f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ async function initialise() {
Sentry.init({
dsn: config.SENTRY_DSN,
integrations: [
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
new Sentry.Integrations.Http({ tracing: true }),
new Sentry.Integrations.Express({ app }),
new Sentry.Integrations.Postgres(),
new Sentry.Integrations.Prisma({ client: persistence.getPrismaClient() }),
new Sentry.Integrations.Apollo(),
],
Expand Down

0 comments on commit 99e3f85

Please sign in to comment.