From 3923f66ceb376d4fd23fb233d469f10b87aa36c2 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 22 Mar 2022 12:41:04 -0400 Subject: [PATCH] fix --- src/class/Client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/class/Client.ts b/src/class/Client.ts index 6c6ea11..53c95ad 100644 --- a/src/class/Client.ts +++ b/src/class/Client.ts @@ -76,6 +76,7 @@ export default class Client extends eris.Client { new Sentry.Integrations.Http({ tracing: true }), ], }); + Tracing.addExtensionMethods(); } public async loadDatabase() {