kicad/thirdparty/sentry-native/src/transports/sentry_transport_none.c

9 lines
134 B
C
Raw Normal View History

#include "sentry_core.h"
#include "sentry_transport.h"
sentry_transport_t *
sentry__transport_new_default(void)
{
return NULL;
}