Skip to content

Commit

Permalink
i think the sentry hack is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 30, 2024
1 parent 8aada75 commit aab5d1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions src/sentry-hack.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/sentry.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Sentry from '@sentry/node'
import {Client} from 'discord.js'
import {logger} from './logging.js'
import './sentry-hack.js'


export function initSentry(client: Client) {
process.on('unhandledRejection', (error) => {
Expand Down

0 comments on commit aab5d1a

Please sign in to comment.