sentry.h
1 // Copyright 2018, Beeri 15. All rights reserved.
2 // Author: Roman Gershman (romange@gmail.com)
3 //
4 
5 #pragma once
6 
7 #include "util/asio/io_context.h"
8 
9 namespace util {
10 
11 void EnableSentry(IoContext* context);
12 
13 } // namespace util