mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
@ -178,7 +178,7 @@ def main():
|
||||
server.run()
|
||||
except Exception as e:
|
||||
log.critical("Critical error while running the server: {}".format(e), exc_info=1)
|
||||
# TODO: send exception to Sentry
|
||||
CrashReport.instance().capture_exception()
|
||||
return
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user