Skip to content

Commit

Permalink
Fix: remove useless Sentry performance transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Apr 24, 2023
1 parent 7894232 commit 5cd4496
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/aleph/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ async def main(args):
run_db_migrations(config)
LOGGER.info("Database initialized.")

with sentry_sdk.start_transaction(name="init-sleep"):
from time import sleep

sleep(3)

engine = make_engine(
config,
echo=args.loglevel == logging.DEBUG,
Expand Down

0 comments on commit 5cd4496

Please sign in to comment.