Skip to content

Commit be895a5

Browse files
committed
Disable test start event in Sentry - Sentry is only used for crash reporting
1 parent 2924403 commit be895a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

The-Orm/Main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class TheOrmApplication : public JUCEApplication
101101
sentry_init(options);
102102

103103
// Fire a test event to see if Sentry actually works
104-
sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm"));
104+
//sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm"));
105105
#endif
106106
}
107107

0 commit comments

Comments
 (0)