Skip to content

Commit

Permalink
feat💥: get rid of rookout
Browse files Browse the repository at this point in the history
I haven't used it in ages.
  • Loading branch information
AstreaTSS committed Oct 14, 2023
1 parent fdb0f0c commit 3ad8e32
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@
import common.splash_texts as splash_texts
import common.utils as utils

with contextlib.suppress(ImportError):
import rook # type: ignore

if os.environ.get("ROOK_TOKEN"):
rook.start(
token=os.environ["ROOK_TOKEN"], labels={"env": os.environ["ROOK_ENV"]}
)


def default_sentry_filter(
event: dict[str, typing.Any], hint: dict[str, typing.Any]
Expand Down

0 comments on commit 3ad8e32

Please sign in to comment.