Skip to content

Commit 5cd4496

Browse files
committed
Fix: remove useless Sentry performance transaction
1 parent 7894232 commit 5cd4496

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/aleph/commands.py

-5
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ async def main(args):
127127
run_db_migrations(config)
128128
LOGGER.info("Database initialized.")
129129

130-
with sentry_sdk.start_transaction(name="init-sleep"):
131-
from time import sleep
132-
133-
sleep(3)
134-
135130
engine = make_engine(
136131
config,
137132
echo=args.loglevel == logging.DEBUG,

0 commit comments

Comments
 (0)