mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-08 16:56:08 +00:00
working sentry-native
This commit is contained in:
14
include/Sentry.h
Normal file
14
include/Sentry.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SENTRY_H
|
||||
#define SENTRY_H
|
||||
|
||||
#include <string>
|
||||
|
||||
// singleton, dont make this twice
|
||||
class Sentry final {
|
||||
public:
|
||||
Sentry(const std::string& SentryUrl);
|
||||
~Sentry();
|
||||
private:
|
||||
};
|
||||
|
||||
#endif // SENTRY_H
|
||||
Reference in New Issue
Block a user